logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Load_path.Dir - no description

Documentation

       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)

Module

       Module   Load_path.Dir

Name

       Load_path.Dir - no description

See Also