RmdirOptions
Defined in: src/types/public.ts:363
Options for removing a remote directory.
Properties
Section titled “Properties”| Property | Type | Description | Defined in |
|---|---|---|---|
ignoreMissing? | boolean | When true, do not throw if the path does not exist. | src/types/public.ts:369 |
recursive? | boolean | Recursively remove non-empty directory contents. | src/types/public.ts:367 |
signal? | AbortSignal | Abort signal used to cancel the operation. | src/types/public.ts:365 |