All templates
File Operations automation templates
3 ready-to-use file operations templates. Import one into Robomotion, connect your own accounts, and run it on a schedule or on demand.
Read Text File
BeginnerUpdated 8 months agoReads the content of a text file from your file system using the FileSystem.ReadFile node and displays it in a message box.
Download File From Web
BeginnerUpdated 8 months agoDownloads a file from a given URL and saves it to a specified path on your computer. Displays a confirmation message with the download path upon completion.
Duplicate File Remover
IntermediateUpdated 8 months agoRemoves duplicate files in a given directory by computing SHA-256 hashes for each file and deleting any file whose hash has already been seen. Uses the Cryptography package for hashing and File System nodes for deletion.