File
The file collection of activities allows you to work with the file system.
Note: In Business Edition, please use the /data location for all file activities. The /data location maps to Azure storage which commonly has significant space avaulable. Failure to use this may result in disk space issues.
The following activities are available
- Delete File - Deletes a file at specified location
- Enumerate Files - Enumerates(lists) files in a given folder
- File Exists - Checks if a file exists
- Out File - Output input value to specified location
- Read File - Reads the contents of a file
- Temp File - Creates a temporary file and returns its path
- Watch Directory - Triggers when files are created/modified in the given folder