Function unzip_to_directory

  • Extracts a zip file to a directory

    Parameters

    • fname: string

      The local filename

    • target: string

      Target directory

    Returns Promise<void>