| 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 |
 |
|
| |