Module Patdiff_kernel.File_name
Used to determine which name to use for a file, depending on the operation.
type t=
val real_name_exn : t -> stringThe name used to access the file system. May differ from the name used for display.
val display_name : t -> stringThe name used for display. Also used for file extension heuristics.
If
thas analt_name, then that is used. Otherwise, the real name is used.
val to_string_hum : t -> stringEquivalent to
display_name.
val dev_null : t