Options
All
  • Public
  • Public/Protected
  • All
Menu

joplin.fs

Provides file system utilities for plugins.

desktop

Index

Methods

Methods

archiveExtract

  • archiveExtract(sourcePath: string, destinationPath: string): Promise<ArchiveEntry[]>
  • Extracts an archive to the specified directory. Currently only ZIP files are supported.

    desktop

    Parameters

    • sourcePath: string

      Path to the archive file to extract

    • destinationPath: string

      Path to the directory where the contents should be extracted