Archive (open)
Syntax
LOADLIB "wh::filetypes/archiving.whlib";
OBJECTTYPE ArchiveProperties
- PROPERTY archivecommentComment for this archive 
- PROPERTY entriesList of entries in the archive 
- PROPERTY onarchivingprogressFunction ptr called when MakeBlob reports progress 
Functions
- MACRO AddDiskFolderRecursive(STRING diskpath, STRING basepath, RECORD options)Add a disk folder and its files recursively 
- MACRO AddFile(STRING fullpath, BLOB data, DATETIME modtime)Add a file to the archive. 
- MACRO AddFolder(STRING fullpath, DATETIME modtime)Add a folder to the archive. 
- BOOLEAN FUNCTION CanWriteArchive()Can we write archives of this type? 
- MACRO Close()Closes the archive, releases all resources 
- BLOB FUNCTION GetFile(STRING fullpath)Returns a decompressed file from the archive 
- BLOB FUNCTION MakeBlob()Create a blob with the current archive entries 
- MACRO RemoveEntries(STRING path, STRING mask)Remove entries from the archive