lsp.stdune
Stdune.Fpath
Functions on paths that are represented as strings
lsp
lsp.fiber
lsp.fiber_unix
lsp.filesystem_stubs
type mkdir_p =
| Already_exists
The path already exists. No action was taken
| Created
The directory was created.
Represent the result of mkdir_p
mkdir_p
val mkdir_p : ?perms:int -> string -> mkdir_p
type follow_symlink_error =
| Not_a_symlink
| Max_depth_exceeded
| Unix_error of Unix.error
val follow_symlink : string -> (string, follow_symlink_error) result
val unlink : string -> unit
val unlink_no_err : string -> unit
val initial_cwd : string