ListFiles
What to use it for | Prerequisites for usage | Essential properties to set |
---|---|---|
Use ListFiles to obtain a list of files in a specific directory. This Activity is always used in combination with other Activities (e.g. list the files, then perform an action on each file). | None. |
|
Misc
Property | What is it | How to use it |
---|---|---|
Path
| The location of the folder of which you want to list the files. | Enter a path to a folder. You can enter the following:
Recommended: Enter an absolute path. |
Search pattern
| Use a search pattern to indicate which files and folders you would like to list. | Leave empty, or use the wildcards * or ? to match partial file names and/or partial file extensions. You can enter the following:
|
Result
| Option to save the results to a variable, for use later in the Workflow. | Create a variable of type System.Collections.Generic.IEnumerable<String> to save the results to. |
Display name | Name of the Activity | Leave at default, or edit the name to reflect what type files will be listed. |
, multiple selections available, Use left or right arrow keys to navigate selected items