- Documentation
- Activities
- Files & Folders
Files & Folders
19 activities
Compression
Files
Append Text File
Adds text to the end of an existing .txt file.
Copy File
Copies a file to a specified destination while keeping the original file unchanged.
Create File
Creates a new file at the specified location.
Delete File
Permanently deletes a file.
File Exists
Checks whether a file exists at the specified path.
Get File Info
Returns metadata about a file: name, size, dates, and read-only flag.
Move File
Moves a file to a new location and removes it from the original location.
Read Text File
Reads the text content of a .txt file.
Rename File
Renames a file in its current folder.
Wait For File
Pauses the workflow until a file appears (or disappears) at the specified path, or until the timeout elapses.
Write Text File
Writes text content to a .txt file.
Folders
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
Get Files
Get a list of all files in a folder, optionally filtered by pattern
Rename folder
Change the name of a folder