Class FileReference

Constructors

Properties

fullPath: string

Gets the absolute path of this file reference.

relativePath: string

Gets the relative path of this file reference.

Methods

  • Parameters

    • fullPath: string

      A full path. This parameter cannot be null.

    • relativePath: string

      A relative path. This parameter can be null.

    Returns FileReference

    A file reference to the specified paths.

    Description

    Returns a new file reference. This returns a new instance even if the path does not exist.

  • Parameters

    • fullPath: string

      A full path.

    Returns FileReference

    A file reference to the specified path.

    Description

    Returns a new file reference. This returns a new instance even if the path does not exist.

Generated using TypeDoc