Delete File
From UBot Studio
(Difference between revisions)
(Created page with "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 co...") |
Revision as of 17:23, 4 January 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")
Running the script will delete the file at the specified location.