OS Automation
Studio Pro Activities > OS Automation
Files & Folders
| Activity | Definition |
|---|---|
| Append to file | Insert text to a specific file |
| Read text file | Add block to read a text file |
| Copy file | Copy a file from a directory |
| Create file | Create a new file in a specific directory |
| Delete file | Select a specific file to be deleted |
| File found? | Set the bot to perform an action in case a specific file exists |
| File information | Extract information from a file |
| Move file | Move a file to a specific directory |
| Overwrite file | Delete content from a file and write a new text to it |
| List directory files | Extract names of all files from a directory and stores them in an array |
| Create directory | Create a folder in a specific directory |
| Zip files | Compress a file or folder and add it to an archive |
| Unzip files | Extract files from a compacted archive |
| File trigger | Monitor a folder to execute an action in case a specific file appears |
| List FTP directory | Retrieve the content of an FTP directory |
| Download File/Folder from FTP | Download files or folders from an FTP server |
| Upload File/Folder to FTP | Upload files or folders to an FTP server |
| Delete FTP File/Folder | Remove files or folders from an FTP server |
Credentials
| Activity | Definition |
|---|---|
| Get password | Import password from one of your accounts in Studio Pro Settings and use them to log in to a web service (e.g. Gmail) |
| Get username | Import credentials from one of your accounts in Studio Pro Settings and use them to log in to a web service (e.g. Gmail) |
Clipboard
| Activity | Definition |
|---|---|
| Read clipboard | Save the content from clipboard to a file |
| Clear clipboard | Erase all content from clipboard |
| Copy to clipboard | Copy values to clipboard |
System
| Activity | Definition |
|---|---|
| Command Prompt | Execute a process using the terminal in the background |
| Process found? | Execute an action in case a specific process is running — and another action in case it is not |
| Kill Process | Stop a specific process |
| Shutdown computer | Log off, restart, or turn off the computer |
