Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Utility Namespace / CompressionHelper Class / ExtractArchive Method
Source archive full path
Destination folder path
In This Topic
    ExtractArchive Method
    In This Topic
    Extracts the zip file at given destination folder
    Syntax
    public static void ExtractArchive( 
       string sourceFileName,
       string destinationFolder
    )

    Parameters

    sourceFileName
    Source archive full path
    destinationFolder
    Destination folder path
    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