ListFiles

Takes 3 parameters, Folder, Filter, bShowImgSize

Usage:

FolderPath, Filter, bShowImgSize
FolderPath, Filter, [""]
FolderPath, [""], [""]

Description:
This command makes it easy to get a list of Disk Files loaded into the Work Query.

When run, this command resets the work query and populates it with a list of files from the path specified in Folder.

The fields included in the Work Query here are Name, Created, Modified, Size.

Filter by file extensions using a *.extsyntax (ie. "*.cnc")

Example:

ListFiles "Public/anyFolder"