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