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