unix-2.4.2.0: POSIX functionality
System.Posix.Temp
Description
POSIX environment support
Synopsis
mkstemp :: String -> IO (FilePath, Handle)Source
mkstemp - make a unique filename and open it for reading/writing (only safe on GHC & Hugs). The returned FilePath is the (possibly relative) path of the created file, which is padded with 6 random characters.
mkstemp
FilePath