C# 클래스 BF2Statistics.DirectoryExt

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

공개 메소드들

메소드 설명
Copy ( string sourceDirName, string destDirName, bool copySubDirs = true, bool overwriteFiles = false ) : void

Copies the contents of one folder, to another.

Delete ( FileSystemInfo fileSystemInfo ) : void
Delete ( string path ) : void

메소드 상세

Copy() 공개 정적인 메소드

Copies the contents of one folder, to another.
public static Copy ( string sourceDirName, string destDirName, bool copySubDirs = true, bool overwriteFiles = false ) : void
sourceDirName string The source folder, being copied
destDirName string The destination dicrectoy, where all the copies will be stored. /// The directory does NOT have to exist.
copySubDirs bool Recursively copy sub folders?
overwriteFiles bool
리턴 void

Delete() 공개 정적인 메소드

public static Delete ( FileSystemInfo fileSystemInfo ) : void
fileSystemInfo System.IO.FileSystemInfo
리턴 void

Delete() 공개 정적인 메소드

public static Delete ( string path ) : void
path string
리턴 void