unix-compat-0.7.2: Portable POSIX-compatibility layer.
Safe HaskellSafe-Inferred
LanguageHaskell2010

System.PosixCompat.Temp

Description

This module makes the operations exported by System.Posix.Temp available on all platforms. On POSIX systems it re-exports operations from System.Posix.Temp, on other platforms it emulates the operations as far as possible.

Documentation

mkstemp :: String -> IO (FilePath, Handle) #