Skip to content
On this page

Get Files

Description

This activity allows you to return the names of files (including their paths) in a specified directory.

Properties

CategoryPropertyTypeDescription
CommonContinue On ErrorIn(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.
InputCreation 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'
DirectoryIn(String) The path of the directory where the files are retrieved.
E.g: "C:\Users\Admin\Downloads\file2.txt"
FilterIn(String) Filter of the file. Filter follow the regular expression rules. E.g: “.*(.mp4)”
OutputFilesIn(String)The data of the file you get stored in a FileData variable

A product of IRTech Company