Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FileCore

Operations common to all File interfaces

Hierarchy

Index

Properties

Properties

Readonly cache

cache: Record<string, object>

Use to cache arbitrary content associated with this instance. Use for smallish objects that are expensive to compute.

Readonly name

name: string

Return file name, excluding path

property

{string} name

Readonly path

path: string

Return file path, with forward slashes

property

{string} path

Generated using TypeDoc