Get Files
Description
This activity allows you to return the names of files (including their paths) in a specified directory.
Properties
Category | Property | Type | Description |
---|---|---|---|
Common | Continue On Error | In(Boolean) | This property specifies when the automation keeps going if it has an error. Only have two possible values: True or False. The default value is False. |
Input | Creation Time (From) | In(String) | Looks for files created from this date onward. Support string with format: 'yyyy-MM-dd HH:ss' |
Create Time (To) | In(String) | Looks for files that were created up to this date. Support string with format: 'yyyy-MM-dd HH:ss' | |
Directory | In(String) | The path of the directory where the files are retrieved. E.g: "C:\Users\Admin\Downloads\file2.txt" | |
Filter | In(String) | Filter of the file. Filter follow the regular expression rules. E.g: “.*(.mp4)” | |
Output | Files | In(String) | The data of the file you get stored in a FileData variable |