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 -> string
The name used to access the file system. May differ from the name used for display.
val display_name : t -> string
The name used for display. Also used for file extension heuristics.
If
t
has analt_name
, then that is used. Otherwise, the real name is used.
val to_string_hum : t -> string
Equivalent to
display_name
.
val dev_null : t