Skip to main content
Creates a new folder at path inside Seliware’s workspace folder.
path is relative to Seliware’s workspace folder.
If you’re about to writefile into a new path, you usually don’t need makefolder first - writefile("configs/anotherFolder/01.json", ...) will create configs/ and configs/anotherFolder/ automatically.

Parameters

Returns

void

Example

If you’re about to writefile into a new path, you usually don’t need makefolder first - writefile("configs/anotherFolder/01.json", ...) will create configs/ and configs/anotherFolder/ automatically.