Module BatSys


module BatSys: sig .. end
System interface.

This module defines higher-level functions than the Unix module and should, wherever possible, be used rather than the Unix module to ensure portability.

This module extends Stdlib's Sys module, go there for documentation on the rest of the functions and types.
Author(s): Xavier Leroy (Base module), David Teller


val files_of : string -> string BatEnum.t
As readdir but the results are presented as an enumeration of names.