Skip to main content
Module

x/jszip/mod.ts>JSZip#file

A JSZip wrapper for handling zipfiles in deno
Latest
method JSZip.prototype.file
import { JSZip } from "https://deno.land/x/jszip@0.11.0/mod.ts";

Get a file from the archive

Parameters

path: string

relative path to file

Returns

File matching path, null if no file found