path inside Seliware’s workspace folder.
path is relative to Seliware’s workspace folder.
Parameters
Returns
void
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
path inside Seliware’s workspace folder.
makefolder(path: string): ()
path is relative to Seliware’s workspace folder.
| Parameter | Type | Description |
|---|---|---|
path | string | Folder to create. |
void
makefolder("scripts")
makefolder("configs")
writefile into a new path, you usually don’t need makefolder first - writefile("configs/anotherFolder/01.json", ...) will create configs/ and configs/anotherFolder/ automatically.