Module Fs.File
type t= file
val create : directory:Directory.t -> name:string -> tval dirname : t -> Directory.tval basename : t -> tval set_ext : string -> t -> tval has_ext : string -> t -> boolval of_string : string -> tval to_string : t -> stringval read : t -> (string, [> Or_error.msg ]) Or_error.result