C# 클래스 ChangeDetector.DetectorUtilitiesFS

Utility to make filesystem snapshots.
파일 보기 프로젝트 열기: LordMike/ChangeDetector

공개 메소드들

메소드 설명
MakeFsSnapshot ( System baseDirectory ) : SnapshotFilesystem

Makes a recursive snapshot of the directory as it is.

비공개 메소드들

메소드 설명
DoFsSnapshot ( Alphaleonis.Win32.Filesystem.DirectoryInfo baseDirectory, Alphaleonis.Win32.Filesystem.DirectoryInfo currentDirectory, LinkedList results ) : void

Internal method to recursively iterate the file system. It will fill out the results parameter with items as it finds them.

메소드 상세

MakeFsSnapshot() 공개 정적인 메소드

Makes a recursive snapshot of the directory as it is.
public static MakeFsSnapshot ( System baseDirectory ) : SnapshotFilesystem
baseDirectory System The directory to start in.
리턴 SnapshotFilesystem