Load_path.Dir
val create : hidden:bool -> string -> t
val path : t -> string
val files : t -> string list
All the files in that directory. This doesn't include files in sub-directories of this directory.
If the modules in this directory should not be bound in the initial scope
val find : t -> string -> string option
find dir fn
returns the full path to fn
in dir
.