FileType

replpp.shaded.os.FileType
See theFileType companion object
sealed trait FileType

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

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Dir.type
object File.type
object Other.type
object SymLink.type
In this article