Module Assemblage.Cmd.Path

module Path: sig .. end
Path operations.


Path operations


val exists : Assemblage.Cmd.path -> bool Assemblage.Cmd.result
exists path is true iff path exists.
val move : ?force:bool ->
Assemblage.Cmd.path -> Assemblage.Cmd.path -> unit Assemblage.Cmd.result
move ~force src dst moves path src to dst. If force is false (default) the operation fails if dst exists.