MkdirOptions
Defined in: src/types/public.ts:353
Options for creating a remote directory.
Properties
Section titled “Properties”| Property | Type | Description | Defined in |
|---|---|---|---|
recursive? | boolean | Create missing parent directories along the way. | src/types/public.ts:357 |
signal? | AbortSignal | Abort signal used to cancel the operation. | src/types/public.ts:355 |