Module Mlpost__File
module LowLevel : sig ... endmodule Dir : sig ... endval mk : ?dir:Dir.t -> string -> string -> tgive a directory, a base name and an extension, and obtain a file name
val from_string : string -> tval to_string : t -> stringval debug_to_string : t -> stringval place : Dir.t -> t -> treplace the current directory information of the file by the one given
val append : t -> string -> tval prepend : t -> string -> tappend string to file name - do not use this for file extensions
val copy : t -> t -> unitval read_from : t -> (Stdlib.in_channel -> 'a) -> 'aval compare : t -> t -> intval basename : t -> stringval extension : t -> stringval dir : t -> Dir.tval exists : t -> boolval rm : t -> unitval open_out : t -> Stdlib.out_channelval open_in : t -> Stdlib.in_channelval open_in_gen : Stdlib.open_flag list -> int -> t -> Stdlib.in_channelval clear_dir : t -> tval set_ext : t -> string -> tclear extension if passed empty string