Module Load_path.Dir

type t

Represent one directory in the load path.

val create : hidden:bool -> string -> t
val basenames : t -> string list

All the files in that directory. This doesn't include files in sub-directories of this directory.