C# Class ChangeDetector.DetectorUtilitiesFS

Utility to make filesystem snapshots.
Show file Open project: LordMike/ChangeDetector

Public Methods

Method Description
MakeFsSnapshot ( System baseDirectory ) : SnapshotFilesystem

Makes a recursive snapshot of the directory as it is.

Private Methods

Method Description
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.

Method Details

MakeFsSnapshot() public static method

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