Get Files
Description
This activity fetches the list of files from the specified path.
Properties
Input
- Folder Path – Specify the path of the folder (relative or absolute path).
- Search Option – Searches file in a folder ("TopDirectoryOnly" or "AllDirectories")
- Search Pattern – Provide a file name pattern to match the search. The pattern can be a combination of valid literal path and wildcard (* and?) characters.
Misc
- DisplayName – Add a display name to your activity.
- Private – By default, activity will log the values of your properties inside your workflow. If private is selected, then it stops logging.
Output
- Files – Displays files with their paths based on search patterns from the specified directory
Example
Download Example