C# Class FileEx, DiffEngine

Datei anzeigen Open project: VerifyTests/DiffEngine Class Usage Examples

Public Methods

Method Description
SafeDelete ( string path ) : void
SafeMove ( string temp, string target ) : void

Method Details

SafeDelete() public static method

public static SafeDelete ( string path ) : void
path string
return void

SafeMove() public static method

public static SafeMove ( string temp, string target ) : void
temp string
target string
return void