Module Stdune.TempSource

Temporary file management

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.

Sourcetype what =
  1. | Dir
  2. | File
Sourceval create : what -> prefix:string -> suffix:string -> Path.t
Sourceval destroy : what -> Path.t -> unit