Filesystem
delfile
Elimina un regular file existente dentro del workspace.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Elimina un regular file existente dentro del workspace.
delfile(path: string)
local path = "examples/temporary.txt"
writefile(path, "temporary")
delfile(path)
print(isfile(path))