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))