File Commands
From UBot Studio
(Difference between revisions)
m (LillyT moved page System Commands to File Commands without leaving a redirect: System commands are now File Commands) |
(→List of File Commands) |
||
Line 24: | Line 24: | ||
*[[Copy Folder]]: Copies a specified folder to a specified location | *[[Copy Folder]]: Copies a specified folder to a specified location | ||
+ | |||
+ | *[[Append to File]]:Appends text to the start or end of a file |
Revision as of 16:56, 7 December 2012
The File Commands allow you to interact with files and folders on your desktop.
List of File Commands
- Shell: Runs an executable
- Save to File: Saves text, lists or tables to a file
- Rename File: Renames a file
- Move File: Moves a file to a specified location
- Delete File: Deletes a file
- Copy File: Copies a file to a specified location
- Rename Folder: Renames a specified file
- Move Folder: Moves a folder to a specified location
- Delete Folder: deletes a specified folder
- Create Folder: creates a new folder at a specified location
- Copy Folder: Copies a specified folder to a specified location
- Append to File:Appends text to the start or end of a file