package gapi-ocaml

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

Temporary files

val tmp_directory : unit -> string

Return the directory for temporary files. This is used as global default for functions that need such a directory. It is initialized with a reasonable default (OS-dependent).

val tmp_prefix : string -> string

tmp_prefix p: Enhance the prefix for temporary files by appending some digits to p. It is not ensures that the prefix is unique, though.

val set_tmp_directory : string -> unit

Set the directory for temporary files

OCaml

Innovation. Community. Security.