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.
recursive folder creation로 missing parent directories를 포함해 workspace 안에 directory를 생성합니다.
makefolder(path: string)
path
string
local path = "examples/generated/nested" makefolder(path) print(isfolder(path))