Skip to content

path

Returns the path of the entry relative to the working directory of the repository.

Signature

ts
class DiffFile {
  path(): string | null;
}

Returns

  • null | string

    Ths path of the entry relative to the working directory of the repository.

Released under the MIT License.