CapacitorAdapterFs.rmdir method
CapacitorAdapterFs › rmdir
Unofficial
Remove a directory.Signature:
rmdir(realPath: string): Promise<void>Parameters:
| Parameter | Type | Description |
|---|---|---|
| realPath | string | Directory path to remove. |
Returns: Promise<void> — A promise that resolves when the directory is removed.