Delete
File.delete(filename)
Parameters
| filename | Path of file to delete. |
Returns
NothingDescription
Deletes the file at the path specified by filename.
Slide Script
— Adjust a numeric variable via slider (0-1000) with customizable min/max, center button and scripts triggered on value change or bonus button press.
Try it →
File.delete(filename)
| filename | Path of file to delete. |
Deletes the file at the path specified by filename.