KB-132864: file.delete

file.delete

You can use the file.delete command to delete one or (using wildcards) more files at the same time.

Syntax:

file.delete `<File>`

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

Related Articles

IMPRINT | PRIVACY POLICY | COOKIE POLICY

Privacy Preference Center