Flags describing how a file should be opened by Files[F].open(path, flags)
.
Common flag combinations are available in the companion (e.g. Flags.Write
)
Custom combinations are supported via the apply
method
(e.g., Flags(Flag.Write, Flag.CreateNew)
).
- Companion
- object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any