Skip to main content
Module

std/archive/tar.ts>TarMeta

The Deno Standard Library
Latest
interface TarMeta
implements TarInfo
Re-export
import { type TarMeta } from "https://deno.land/std@0.224.0/archive/tar.ts";

Base interface for TarMetaWithLinkName.

Properties

fileName: string

The name of the file, with directory names (if any) preceding the file name, separated by slashes.

optional
fileSize: number

The size of the file in bytes; for archive members that are symbolic or hard links to another file, this field is specified as zero.