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