mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
7 lines
375 B
Plaintext
7 lines
375 B
Plaintext
The functions for creating temporary files and directories in the base
|
|
library are quite limited. The unixutils package contains some good ones,
|
|
but they aren't portable to Windows. This library just repackages the Cabal
|
|
implementations of its own temporary file and folder functions so that you
|
|
can use them without linking against Cabal or depending on it being
|
|
installed.
|