ZipExtractionMkdirOptions
The options ZipExtractionFileSystem.mkdirSync is always called with.
Extraction never probes for an existing directory, so every call has to create the missing parents itself and tolerate a directory that is already there.
Import:
import type { ZipExtractionMkdirOptions } from 'obsidian-dev-utils/desktop-zip-extractor';Signature:
export interface ZipExtractionMkdirOptionsProperties
| Property | Type | Description |
|---|---|---|
| recursive | true | Always true. |