Function mkdir

  • Adds an empty directory to the root of the vault. i.e. mkdir("folder", { recursive = false }) creates the "/folder" directory

    Parameters

    • vault: Vault
    • dirPath: string
    • Optional fileOptions: FileOptions
    • Optional logger: Logger

    Returns Promise<void>

Generated using TypeDoc