package spawn

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | Path of string
    (*

    Path in the filesystem

    *)
  2. | Fd of Unix.file_descr
    (*

    File descriptor pointing to a directory. Not supported on Windows.

    *)
  3. | Inherit
    (*

    Inherit the working directory of the current process

    *)