stdune
Dune's unstable standard library
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
package stdune
-
stdune
-
-
stdune.filesystem_stubs
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val mkdir : ?perms:int -> string -> mkdir_result
val mkdir_p : ?perms:int -> string -> mkdir_p_result
type follow_symlink_error =
| Not_a_symlink |
| Max_depth_exceeded |
| Unix_error of Dune_filesystem_stubs.Unix_error.Detailed.t |
val follow_symlink : string -> ( string, follow_symlink_error ) result
follow_symlinks path
returns a file path that is equivalent to path
, but free of symbolic links. The value None
is returned if the maximum symbolic link depth is reached (i.e., follow_symlink
returns the value Error Max_depth_exceeded
on some intermediate path).
val clear_dir : string -> clear_dir_result
ON THIS PAGE
No table of contents