del(file or directory)
Example
if del("/SCRIPTS/TOOLS/deleteme.txt") == 0 then
-- successfully deleted file
else
-- failed to delete file
endParameters
Return value
Last updated
Was this helpful?
if del("/SCRIPTS/TOOLS/deleteme.txt") == 0 then
-- successfully deleted file
else
-- failed to delete file
endLast updated
Was this helpful?
Was this helpful?