OS Automation

Studio Pro Activities > OS Automation

Files & Folders

ActivityDefinition
Append to fileInsert text to a specific file
Read text fileAdd block to read a text file
Copy fileCopy a file from a directory
Create fileCreate a new file in a specific directory
Delete fileSelect a specific file to be deleted
File found?Set the bot to perform an action in case a specific file exists
File informationExtract information from a file
Move fileMove a file to a specific directory
Overwrite fileDelete content from a file and write a new text to it
List directory filesExtract names of all files from a directory and stores them in an array
Create directoryCreate a folder in a specific directory
Zip filesCompress a file or folder and add it to an archive
Unzip filesExtract files from a compacted archive
File triggerMonitor a folder to execute an action in case a specific file appears
List FTP directoryRetrieve the content of an FTP directory
Download File/Folder from FTPDownload files or folders from an FTP server
Upload File/Folder to FTPUpload files or folders to an FTP server
Delete FTP File/FolderRemove files or folders from an FTP server

Credentials

ActivityDefinition
Get passwordImport password from one of your accounts in Studio Pro Settings and use them to log in to a web service (e.g. Gmail)
Get usernameImport credentials from one of your accounts in Studio Pro Settings and use them to log in to a web service (e.g. Gmail)

Clipboard

ActivityDefinition
Read clipboardSave the content from clipboard to a file
Clear clipboardErase all content from clipboard
Copy to clipboardCopy values to clipboard

System

ActivityDefinition
Command PromptExecute 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 ProcessStop a specific process
Shutdown computerLog off, restart, or turn off the computer