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

Methods

getBasename

  • getBasename(): string

getContentType

  • getContentType(): string

getDirname

  • getDirname(): string

getExtension

  • getExtension(): string

getName

  • getName(): string

getNameProper

  • getNameProper(): any
  • Get the file name of the job without the file extension.

    Returns any

getPath

  • getPath(): string

Protected getStatistics

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

    Returns void

renameLocal

  • renameLocal(): void

setName

  • setName(filename: string): void
  • Set a new file name.

    Parameters

    • filename: string

    Returns void

setPath

  • setPath(path: string): void
  • Set the complete directory path.

    Parameters

    • path: string

    Returns void

Generated using TypeDoc