DeleteFiles

From TotalcmdWiki
Revision as of 14:44, 18 April 2006 by Francoisal (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

DeleteFiles should delete the specified files from the archive

int __stdcall DeleteFiles (char *PackedFile, char *DeleteList);

Description

DeleteFiles should return zero on success, or one of the error values otherwise. PackedFile contains full path and name of the the archive. DeleteList contains the list of files that should be deleted from the archive. The format of this string is the same as AddList within PackFiles.