Hack_path* Copyright (c) 2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. *
val dummy_path : tval make : string -> tval make_unsafe : string -> tval to_string : t -> stringval file_exists : t -> boolval is_directory : t -> boolval chdir : t -> unitval getcwd : unit -> tval output : out_channel -> t -> unitval remove : t -> unitval executable_name : tval cat : t -> stringval slash_escaped_string_of_path : t -> stringval path_of_slash_escaped_string : string -> t