Module FilenameExtrasSource

Define a function missing in the Filename ocaml stdlib

Sourceval simplify : string -> string

Simplify the path of a file name.

For instance, in posix, "./x/../file.ext" is simplified into "./file.ext"