| Safe Haskell | None |
|---|
Codec.Archive.TempTarball
Description
Handles allocation of temporary directories and unpacking of bundles into them. Sets owner and group of all created files and directories as necessary.
Documentation
data TempFolder Source
setup :: FilePath -> IO TempFolderSource
Arguments
| :: Maybe (UserID, GroupID) | |
| -> TempFolder | |
| -> FilePath | bundle |
| -> Text | prefix for folder name |
| -> (FilePath -> IO a) | |
| -> IO a |