OpamFilename.UnixUnix type filenames. '/' is always the separator regardless of the current system
type filename = tof_string will translate filesystem dir sep to slashes '/'.
include OpamStd.ABSTRACTval of_string : string -> tval to_string : t -> stringval to_json : t OpamJson.encoderval of_json : t OpamJson.decodermodule Set : OpamStd.SET with type elt = tmodule Map : OpamStd.MAP with type key = tmodule Base : sig ... endmodule Dir : sig ... endmodule Op : sig ... endConvert filename to a raw filename. Translates filesystem dir sep to slashes '/'.
Convert raw filename to a filename. Translates slashes '/' to filesystem dir sep.
val root_dir : t -> string optionReturn the first element of the path, if not empty