FileType

sealed trait FileType

Simple enum with the possible filesystem objects a path can resolve to

Companion:
object
class Object
trait Matchable
class Any
object Dir.type
object File.type
object Other.type
object SymLink.type