Xceed .NET Libraries Documentation
Xceed.Zip Assembly / Xceed.Zip.Sfx Namespace / XceedSfxPrefix Class / FilesToCopy Property


In This Topic
    FilesToCopy Property
    In This Topic
    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