archive-sig-0.2.3.0: Backpack signature for archive libraries

Safe HaskellNone
LanguageHaskell2010

Archive.Generic

Synopsis

Documentation

packFromDir Source #

Arguments

:: FilePath

Directory to be packed up

-> FilePath

.tar archive file

-> IO () 

unpackFileToDir Source #

Arguments

:: FilePath

Filepath pointing to archive

-> FilePath

Directory

-> IO () 

packFromFiles Source #

Arguments

:: FilePath

Path of .tar file to write

-> [FilePath]

Files and directories to archive

-> IO ()