Filesystem
makefolder
recursive folder creation を使い、missing parent directories を含めて workspace 内に directory を作成します。
Documentation Index
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)
local path = "examples/generated/nested"
makefolder(path)
print(isfolder(path))