C# Class RFH.Services.BackupService

显示文件 Open project: rfharvest/RFH Class Usage Examples

Public Methods

Method Description
ExecuteBackup ( string rootPath, string tempZipPath ) : void

Private Methods

Method Description
ZipAllFiles ( string rootPath, string tempZipPath ) : void
ZipDirectory ( ZipService zipService, string directoryPath, string relativePath ) : void

Method Details

ExecuteBackup() public method

public ExecuteBackup ( string rootPath, string tempZipPath ) : void
rootPath string
tempZipPath string
return void