Secure temporary file: Difference between revisions

m
OCaml: update links
m (syntax highlighting fixup automation)
m (OCaml: update links)
Line 436:
 
=={{header|OCaml}}==
From the module Filename, one can use the functions [httphttps://caml.inriaocaml.frorg/pub/docs/manual-ocaml/librefapi/Filename.html#VALtemp_file temp_file] or [httphttps://camlocaml.inria.fr/pub/docs/manual-ocamlorg/librefapi/Filename.html#VALopen_temp_file open_temp_file]
<syntaxhighlight lang="ocaml"># Filename.temp_file "prefix." ".suffix" ;;
- : string = "/home/blue_prawn/tmp/prefix.301f82.suffix"</syntaxhighlight>
559

edits