コード例 #1
0
ファイル: ControlGitRepo.cs プロジェクト: wsideteam1/gvfs
 public void Delete()
 {
     if (Directory.Exists(this.RootPath))
     {
         SystemIORunner.RecursiveDelete(this.RootPath);
     }
 }
コード例 #2
0
 public void DeleteControlRepo()
 {
     SystemIORunner.RecursiveDelete(this.fastFetchControlRoot);
 }
コード例 #3
0
 public void TearDownTests()
 {
     SystemIORunner.RecursiveDelete(this.fastFetchRepoRoot);
 }