1Load_path.Dir(3)                 OCaml library                Load_path.Dir(3)
2
3
4

NAME

6       Load_path.Dir - no description
7

Module

9       Module   Load_path.Dir
10

Documentation

12       Module Dir
13        : sig end
14
15
16
17
18
19
20
21       type t
22
23
24       Represent one directory in the load path.
25
26
27
28       val create : string -> t
29
30
31
32
33       val path : t -> string
34
35
36
37
38       val files : t -> string list
39
40       All  the files in that directory. This doesn't include files in sub-di‐
41       rectories of this directory.
42
43
44
45
46
47OCamldoc                          2022-07-22                  Load_path.Dir(3)
Impressum