DeleteFiles: Difference between revisions

From TotalcmdWiki
Jump to navigation Jump to search
m (backlinks)
Line 8: Line 8:
* ''PackedFile'' contains full path and name of the the archive.
* ''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]].
* ''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]].
{{backlink|Packer plugins developer guide|Packer plugins developer guide}}
{{back|Packer plugins developer guide overview|Packer plugins developer guide overview}}
{{back|GetPackerCaps|GetPackerCaps}}
{{back|PackFiles|PackFiles}}

Revision as of 18:54, 18 April 2006

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.



Back to Packer plugins developer guide

Back to Packer plugins developer guide overview Back to GetPackerCaps Back to PackFiles