Module type FilePath.OS_SPECIFICATION


module type OS_SPECIFICATION = sig .. end
Signature needed to create a new filesystem... See the source code for more information

val dir_writer : FilePath_type.filename_part list -> string
val dir_reader : Lexing.lexbuf -> FilePath_type.filename_part list
val path_writer : FilePath_type.filename list -> string
val path_reader : Lexing.lexbuf -> FilePath_type.filename list