DataAdapter.mkdir method
DataAdapter › mkdir
Official
Create a directory.Signature:
mkdir(normalizedPath: string): Promise<void>Parameters:
| Parameter | Type | Description |
|---|---|---|
| normalizedPath | string | path to use for new folder, use {@link normalizePath} to normalize beforehand. |