Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Deletes an existing regular file inside the workspace.
delfile(path: string)
path
string
local path = "examples/temporary.txt" writefile(path, "temporary") delfile(path) print(isfile(path))