Filesystem
delfile
يحذف regular file موجودا داخل workspace.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
يحذف regular file موجودا داخل workspace.
delfile(path: string)
local path = "examples/temporary.txt"
writefile(path, "temporary")
delfile(path)
print(isfile(path))