isSameFileAs

inline fun Path.isSameFileAs(other: Path): Boolean(source)

Checks if the file located by this path points to the same file or directory as other.

Since Kotlin

1.5

See also