Delete
File.delete(filename)
Parameters
| filename | Path of file to delete. |
Returns
NothingDescription
Deletes the file at the path specified by filename.
TCP Script Server Raw
— TCP server for ARC accepting EZ-Script, JavaScript or Python commands, letting controllers send commands and receive line-terminated responses
Try it →
File.delete(filename)
| filename | Path of file to delete. |
Deletes the file at the path specified by filename.