Xceed .NET Libraries Documentation
FilesToCopy Property


Xceed.Zip Assembly > Xceed.Zip.Sfx Namespace > XceedSfxPrefix Class : FilesToCopy Property
Gets a list of files to copy to a different folder than the desination unzip folder once the files are unzipped.
Syntax
'Declaration
 
Public ReadOnly Property FilesToCopy As FileCopyList
'Usage
 
Dim instance As XceedSfxPrefix
Dim value As FileCopyList
 
value = instance.FilesToCopy
public FileCopyList FilesToCopy {get;}

Property Value

A reference to a FileCopyList containing a list of files to copy.
Remarks

Variables can be used, however wildcards are not supported.

This property is the equivalent of the SfxFilesToCopy property and the SfxAddFileToCopy method of the ActiveX version of Xceed Zip.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

XceedSfxPrefix Class
XceedSfxPrefix Members