Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Utility Namespace / CompressionHelper Class / CompressFolder(String,String) Method
Source folder full path
Ouput zip file full path
In This Topic
    CompressFolder(String,String) Method
    In This Topic
    Compresses the source folder to destination file.
    Syntax
    public static void CompressFolder( 
       string source,
       string destination
    )

    Parameters

    source
    Source folder full path
    destination
    Ouput zip file full 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