package hack_parallel

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Hack_pathSource

* 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. *

Sourcetype t = private string
Sourceval dummy_path : t
Sourceval make : string -> t
Sourceval make_unsafe : string -> t
Sourceval to_string : t -> string
Sourceval file_exists : t -> bool
Sourceval is_directory : t -> bool
Sourceval compare : t -> t -> int
Sourceval concat : t -> string -> t
Sourceval chdir : t -> unit
Sourceval dirname : t -> t
Sourceval getcwd : unit -> t
Sourceval output : out_channel -> t -> unit
Sourceval remove : t -> unit
Sourceval parent : t -> t
Sourceval executable_name : t
Sourceval cat : t -> string
Sourceval slash_escaped_string_of_path : t -> string
Sourceval path_of_slash_escaped_string : string -> t
OCaml

Innovation. Community. Security.