Class FilePath

Since

1.1.7

Version

2018-08-31

Constructors

  • Parameters

    • folder: string = Strings_Empty
    • name: string = Strings_Empty
    • extension: string = Strings_Empty

    Returns FilePath

Properties

Extension: string
Folder: string
GeneratePath: undefined | ((filePath) => FilePath)

Type declaration

Name: string

Accessors

  • get DynamicPath(): string
  • Returns string

  • get HasDynamicPath(): boolean
  • Returns boolean

  • get NameWithExtension(): string
  • Returns string

  • set NameWithExtension(val): void
  • Parameters

    • val: string

    Returns void

  • get Path(): string
  • Returns string

  • set Path(val): void
  • Parameters

    • val: string

    Returns void

Methods

  • Parameters

    • copyGeneratePath: boolean = false

    Returns FilePath

  • Returns FilePath

Generated using TypeDoc