Skip to content

RmdirOptions

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

Options for removing a remote directory.

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