fun Assert<File>.isDirectory(): Unit
Asserts the file is a directory.
See Also
isFile
fun Assert<Path>.isDirectory(vararg options: LinkOption): Unit
Assert that the path is a directory.
options - indicating how symbolic links are handled
options