File Commands
From UBot Studio
(Difference between revisions)
(→List of System Commands) |
|||
(4 intermediate revisions by one user not shown) | |||
Line 1: | Line 1: | ||
− | The ''' | + | The '''File Commands''' allow you to interact with files and folders on your desktop. |
+ | |||
+ | [[File:flcommands.jpg]] | ||
== List of File Commands == | == List of File Commands == | ||
+ | |||
+ | *[[Shell]]: Runs an executable | ||
*[[Save to File]]: Saves text, lists or tables to a file | *[[Save to File]]: Saves text, lists or tables to a file | ||
Line 22: | Line 26: | ||
*[[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 |
Latest revision as of 16:15, 13 September 2013
The File Commands allow you to interact with files and folders on your desktop.
[edit] 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