Options
All
  • Public
  • Public/Protected
  • All
Menu

Class File

Hierarchy

  • File

Index

Constructors

constructor

Properties

Protected _basename

_basename: string

Protected _contentType

_contentType: string

Protected _dirname

_dirname: string

Protected _extension

_extension: string

Protected _path

_path: string

Protected _sizeBytes

_sizeBytes: number

Protected e

Accessors

basename

  • get basename(): string

contentType

  • get contentType(): string

dirname

  • get dirname(): string

extension

  • get extension(): string

name

  • get name(): string
  • set name(filename: string): void

nameProper

  • get nameProper(): any
  • Get the file _name of the job without the file extension.

    Returns any

path

  • get path(): string
  • set path(path: string): void
  • Get the complete directory _path.

    Returns string

  • Set the complete directory _path.

    Parameters

    • path: string

    Returns void

size

  • get size(): any

sizeBytes

  • get sizeBytes(): number

Methods

Protected getStatistics

  • getStatistics(): void
  • Refresh the file statistics after a rename or modification.

    Returns void

removeLocal

  • removeLocal(): boolean

renameLocal

  • renameLocal(): void

Generated using TypeDoc