Interface Difference

Hierarchy

  • Difference

Indexable

[key: string]: any

Properties

path1?: string

Path not including file/directory name; can be relative or absolute depending on call to compare(). Is undefined if missing on the left side.

path2?: string

Path not including file/directory name; can be relative or absolute depending on call to compare(). Is undefined if missing on the right side.

relativePath: string

Path relative to the root directory of the comparison.

name1?: string

Left file/directory name. Is undefined if missing on the left side.

name2?: string

Right file/directory name. Is undefined if missing on the right side.

permissionDeniedState: PermissionDeniedState

Permission related state of left/right entries.

Type of left entry. Is undefined if missing on the left side.

Type of right entry. Is undefined if missing on the right side.

size1?: number

Left file size. Is undefined if missing on the left side.

size2?: number

Right file size. Is undefined if missing on the right side.

date1?: Date

Left entry modification date (stat.mtime). Is undefined if missing on the left side.

date2?: Date

Right entry modification date (stat.mtime). Is undefined if missing on the right side.

level: number

Depth level relative to root dir.

reason: Reason

Provides reason when two identically named entries are distinct.

Generated using TypeDoc