dune-private-libs.stdune
Stdune.Temp
Temporary file management
dune-private-libs.cache
dune-private-libs.dune-lang
dune-private-libs.dune_csexp
dune-private-libs.dune_re
dune-private-libs.dune_util
dune-private-libs.ocaml-config
dune-private-libs.xdg
This module provides a high-level interface for temporary files. It ensures that all temporary files created by the application are systematically cleaned up on exit.
type what =
| Dir
| File
val create : what -> prefix:string -> suffix:string -> Path.t
val destroy : what -> Path.t -> unit