?
list
Summary​
Lists all the files and folders in the path on the file system
Description​
Fields​
path​
The folder path. If a relative path is given, the folder will be read from the application files.
return-absolute-path​
Determines if the result should use absolute file paths. For example: /path/to/file.txt
vs file.txt
.
included-extensions​
Determines which file extensions to include. This field overrides excluded-extensions if it contains any values.
excluded-extensions​
Determines which file extensions to exclude. This field is ignored if included-extensions contains any values.
Helpful?