ZipFileWriter.Add
Syntax:
Parameters:
<FileName> (required)
Name of the file to be placed in the archive or mask.
It is not allowed to use those national alphabet symbols in file or directory name, which will be composed from UNICODE symbols with data loss.
It is recommended to use latin symbols in names of files and directories.
Forbidden characters: > < | ? * / \ : ".
<PathInclusionMethod> (optional)
A method that includes the paths to a file in the archive.
Default value: DontStorePath.
<RecursiveSubfolderProcessing> (optional)
Processes additional subdirectories if files are added using a mask.
Default value: DontProcess.
Description:
Availability:
Note:
Adding an current archive file to the archive results in an exception thrown at Write method execution.
It's sensible to specify <PathInclusionMethod> parameter if a file or a group of files are added to the archive by mask specified in <FileName> parameter.