C# 클래스 rhevUP.fileOperations

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

공개 메소드들

메소드 설명
backupServiceCA_DIR ( DirectoryInfo source, DirectoryInfo target ) : int
copyFile ( string src, string dest ) : int
createDir ( string targetPath ) : void

메소드 상세

backupServiceCA_DIR() 공개 메소드

public backupServiceCA_DIR ( DirectoryInfo source, DirectoryInfo target ) : int
source System.IO.DirectoryInfo
target System.IO.DirectoryInfo
리턴 int

copyFile() 공개 메소드

public copyFile ( string src, string dest ) : int
src string
dest string
리턴 int

createDir() 공개 메소드

public createDir ( string targetPath ) : void
targetPath string
리턴 void