Utils.Sys
Module to execute sys calls.
val create_opt : ?mode:int -> string -> unit
create_opt ~mode path creates a directory at path with the mode permissions if it doesn't already exist.
create_opt ~mode path
path
mode