Get a list of all files in a folder, optionally filtered by pattern
Inputs
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
Folder Path folderPath | folder | Required | — | — |
File Filter fileFilter | string | Optional | — | — |
Include Subfolders includeSubfolders | boolean | Optional | false | — |
Output Variable outputVariable | variable | Optional | FileList | — |
Output
FileListArrayList of file paths
Compatibility
WindowsLinuxAttendedUnattended
Related activities
Create Folder
Creates a folder at the specified location.
Delete folder
Remove a folder and all its contents
Folder Exists
Check if a folder exists at a specific location
For each file in folder
Repeat actions for every file inside a folder
Rename folder
Change the name of a folder
Append Text File
Adds text to the end of an existing .txt file.