Module Fmlib_node.File_systemSource
Sourceval mkdir : string -> (unit option -> unit) -> unit Sourceval rmdir : string -> (unit option -> unit) -> unit Sourceval readdir : string -> (string array option -> unit) -> unit Sourceval stat : string -> 'a option Sourceval open_ : string -> string -> (int option -> unit) -> unit Sourceval close : int -> (unit option -> unit) -> unit