Skip to content

RmdirOptions

Defined in: src/types/public.ts:363

Options for removing a remote directory.

PropertyTypeDescriptionDefined in
ignoreMissing?booleanWhen true, do not throw if the path does not exist.src/types/public.ts:369
recursive?booleanRecursively remove non-empty directory contents.src/types/public.ts:367
signal?AbortSignalAbort signal used to cancel the operation.src/types/public.ts:365