Get Files
Retrieve a list of files contained within a designated top-level (i.e., root) folder, with the option to include subfolders.
-
Enter the full path of the root folder from which to retrieve a list of files.
-
To retrieve a list of all files: Leave this field blank;
To retrieve a single file: Enter the name of the file; or
To retrieve a list of matching files: Enter a naming pattern for the files, using asterisks (*) as wildcards to represent one or more characters in the file name, for example:
-
The pattern
file*.txt
will retrievefile.txt
,file1.txt
,file48.txt
,file1948.txt
, etc. -
The pattern
file.*
will retrievefile.txt
,file.docx
,file.xlsx
,file.png
, etc.
-
-
Indicate whether or not to list files from subfolders.
-
Indicate whether or not to include file paths (folder names) in the list.
-
Select method for sorting the list.
-
Enter the name of the variable into which to place the list.
-
Enter the delimiter to use to separate the name of each file in the list.