A predicate to check if a file is a directory
"file" - the file to check.
True or false and this operator is only usable in a comparison context.
if (-isDir "/etc/") { println("It is a directory :)"); }
It is a directory :)