Module Filename_util


module Filename_util: sig .. end
Filename utilities.
Author(s): Tony BenBrahim < tony.benbrahim at gmail.com >

val resolve_filename : string -> string -> string
converts a relative filename and path into an absolute filename
Returns absolute path of file
dir : relative of absolute path
filename : the filename to process