Doc
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@591 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02master
parent
9b5ef3dc51
commit
86c4b57797
|
@ -49,4 +49,4 @@ val temp_file: string -> string -> string
|
||||||
The temporary directory is [/tmp] by default; if set,
|
The temporary directory is [/tmp] by default; if set,
|
||||||
the value of the environment variable [TMPDIR] is used instead.
|
the value of the environment variable [TMPDIR] is used instead.
|
||||||
The base name of the temporary file is formed by concatenating
|
The base name of the temporary file is formed by concatenating
|
||||||
[prefix], then an integer code, then [suffix]. *)
|
[prefix], then a suitably chosen integer number, then [suffix]. *)
|
||||||
|
|
Loading…
Reference in New Issue