Module Dir
: sigendtypet
Represent one directory in the load path.
valcreate : hidden:bool->string->tvalpath : t->stringvalfiles : t->stringlist
All the files in that directory. This doesn't include files in sub-directories of this directory.
valhidden : t->bool
If the modules in this directory should not be bound in the initial scope
valfind : t->string->stringoptionfinddirfn returns the full path to fn in dir .
valfind_normalized : t->string->stringoption
As Load_path.Dir.find , but search also for uncapitalized name, i.e. if name is Foo.ml, either
/path/Foo.ml or /path/foo.ml may be returned.
OCamldoc 2025-06-12 Load_path.Dir(3o)