CapacitorAdapterFs.mkdir method
CapacitorAdapterFs › mkdir
Unofficial
Create a directory at the given path.Signature:
mkdir(realPath: string): Promise<void>Parameters:
| Parameter | Type | Description |
|---|---|---|
| realPath | string | Directory path to create. |
Returns: Promise<void> — A promise that resolves when the directory is created.