VINDICTA.TOP
Filesystem · Function
Bunni.fun
ChocoSploit
Cryptic
Potassium
Seliware
SirHurt
Solara
Velocity
Volcano
Volt
Wave
Xeno

delfile

Deletes a file at the specified path.

function delfile(pathpathstringPath to the file to delete.: string): ()

Usage

Delete a temp file
writefile("temp.bin", data)
-- ... use it ...
delfile("temp.bin")