Module Low_level.Open_flags

type t
val rdonly : t
val rdwr : t
val wronly : t
val append : t
val creat : t
val directory : t
val dsync : t option
val excl : t
val noctty : t
val nofollow : t
val sync : t
val trunc : t
val resolve_beneath : t option
val path : t option
val empty : t
val (+) : t -> t -> t
val (+?) : t -> t option -> t

Add if available