notExists

inline fun Path.notExists(vararg options: LinkOption): Boolean(source)

Checks if the file located by this path does not exist.

Since Kotlin

1.5

Return

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

Parameters

options

options to control how symbolic links are handled.

See also