zt
Path
.
ephemient
path.listDirectoryEntries().sortedWith( compareByDescending(Path::isDirectory) .thenByDescending { it.fileName.toString().startsWith(".") } .then(naturalOrder()) ) )
A modern programming language that makes developers happier.