RosettaCodeData/Task/Secure-temporary-file/OCaml/secure-temporary-file.ocaml

3 lines
101 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
# Filename.temp_file "prefix." ".suffix" ;;
- : string = "/home/blue_prawn/tmp/prefix.301f82.suffix"