isSymbolicLink

inline fun Path.isSymbolicLink(): Boolean

Checks if the file located by this path exists and is a symbolic link.

Since Kotlin

1.5

See also