niok-android / ch.tutteli.niok / java.nio.file.Path / notExists

notExists

inline val Path.notExists: Boolean (source)

Delegates to Files.notExists without LinkOptions.

inline fun Path.notExists(linkOption: LinkOption, vararg furtherLinkOptions: LinkOption): Boolean (source)

Delegates to Files.notExists.