exists

inline fun Path.exists(vararg options: LinkOption): Boolean

Checks if the file located by this path exists.

Since Kotlin

1.5

Return

true, if the file definitely exists, false otherwise, including situations when the existence cannot be determined.

See also

Parameters

options

options to control how symbolic links are handled.