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.
workspace 内に存在する regular file を削除します。
delfile(path: string)
local path = "examples/temporary.txt" writefile(path, "temporary") delfile(path) print(isfile(path))