Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If no EXT keyword is provided, all files in the directory will be searched by default.

Syntax:

Command

Keyword

Value

Developer notes

LIST

DIR

value

Optional. Fill working list with directory listing. All files in that directory will be selected.

EXT

value

Optional. Filtering on file extension. The filtering match is case insensitive.

SORT

*NONE

Optional.
Default. No sorting.

*NAME

Sort on file name.

*MODIFIED

Sort on modified date.

REVERSE

*YES

Optional. Reverse the order of the sort.

*NO

Default.

Example

    LIST DIR(/folder) EXT(json) #WRKLST(NAME)