file.delete
You can use the file.delete command to delete one or (using wildcards) more files at the same time.
Syntax:
Example
Function ScriptBeforeUpload
{
file.create c:TempTest.bat
{
write.line `<Batch command 1>`
write.line `<Batch command 2>`
write.line `<Batch command 3>`
}
file.delete c:TempTest.bat
}
Last update: September 15, 2023