inline val Path.notExists: Boolean
Delegates to Files.notExists without LinkOptions.
inline fun Path.notExists(linkOption: LinkOption, vararg furtherLinkOptions: LinkOption): Boolean
Delegates to Files.notExists.