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