C# 클래스 RFH.Services.BackupService

파일 보기 프로젝트 열기: rfharvest/RFH 1 사용 예제들

공개 메소드들

메소드 설명
ExecuteBackup ( string rootPath, string tempZipPath ) : void

비공개 메소드들

메소드 설명
ZipAllFiles ( string rootPath, string tempZipPath ) : void
ZipDirectory ( ZipService zipService, string directoryPath, string relativePath ) : void

메소드 상세

ExecuteBackup() 공개 메소드

public ExecuteBackup ( string rootPath, string tempZipPath ) : void
rootPath string
tempZipPath string
리턴 void