Skip to main content
Module

x/compress/deps.ts>Tar#append

compress and uncompress for Deno
Go to Latest
method Tar.prototype.append
import { Tar } from "https://deno.land/x/compress@v0.4.5/deps.ts";

Append a file to this tar archive

Parameters

fn: string

file name e.g., test.txt; use slash for directory separators

opts: TarOptions

options