Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FileInfo

Hierarchy

  • FileInfo

Index

Properties

contents: string | string[]

Contents of the text file, or files inside the directory.

directory: string

Parent directory.

header: null | I7FileHeader

Inform 7 header, or null if doesn't exist/apply.

isDirectory: boolean

True if it's a directory, false if it's a normal file.

name: string

Base filename or directory name.

path: string

Full path to the file.

Generated using TypeDoc