Skip to content

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 ZipExtractionMkdirOptions

Properties

PropertyTypeDescription
recursivetrueAlways true.