Filesystem
makefolder
Создает directory внутри workspace через recursive folder creation, включая missing parent directories.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Создает directory внутри workspace через recursive folder creation, включая missing parent directories.
makefolder(path: string)
local path = "examples/generated/nested"
makefolder(path)
print(isfolder(path))