Filesystem
makefolder
使用 recursive folder creation 在 workspace 内创建 directory,包括 missing parent directories。
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
使用 recursive folder creation 在 workspace 内创建 directory,包括 missing parent directories。
makefolder(path: string)
local path = "examples/generated/nested"
makefolder(path)
print(isfolder(path))