Sitemap Sitemap  |  Contact Us Contact Us  |  Clients Clients
   AddFolderToArchive
  Home |  WebHare Lite |  Downloads |  HareScript |  Websites/CMS |  Applications
Search for:  in: 
HareScript
File types libraries
 
Archive files (tar.gz and zip)
CSV im/export
File analysis
HareScript Library processing
HTML reprocessing library
WebHare record files
XML parser library
AddFolderToArchive
  Add a folder to an archive
 
Library wh::filetypes/archiving.whlib
 
Syntax PUBLIC MACRO AddFolderToArchive (INTEGER archiveid,STRING folderpath)
 
Description This function allows you to create a new folder in an archive after creating the archive with CreateArchive(). The
function only creates the path of the new folder in the archive and possible files inside the corresponding folder on
your hard disk will not be added to you archive.
 
Parameters
archiveid Archive ID, as returned by CreateArchive()
folderpath the path at which the folder should be created in the archive
 
 
In library 'archiving'
AddFileToArchive
AddFolderToArchive
CreateArchive
MakeBlobFromArchive
UnpackArchive
 
Top To top of page