Delete File
From UBot Studio
(Difference between revisions)
Line 11: | Line 11: | ||
</pre> | </pre> | ||
+ | |||
The example above requires you to browse for a file you would like to delete on your desktop. | The example above requires you to browse for a file you would like to delete on your desktop. | ||
Running the script will delete the file at the specified location. | Running the script will delete the file at the specified location. | ||
+ | |||
[[File:delete.png]] | [[File:delete.png]] |
Revision as of 20:36, 20 May 2013
This command is a File Command. This command simply deletes a file.
- File to Delete refers to the file you would like to delete.
- The browse button on the command allows you to search for the file in need of deletion.
Example
delete file("C:\\Users\\LillyT\\Documents\\pleasedeleteme.txt")
The example above requires you to browse for a file you would like to delete on your desktop.
Running the script will delete the file at the specified location.