kotlin-stdlib
JRE7
kotlin-stdlib
/
kotlin.io.path
/
isSameFileAs
is
Same
File
As
JRE7
inline
fun
Path
.
isSameFileAs
(
other
:
Path
)
:
Boolean
Checks if the file located by this path points to the same file or directory as
other
.
Since Kotlin
1.5
See also
Files