コード例 #1
0
ファイル: RippleFileSystem.cs プロジェクト: spascoe/ripple
 public static void CleanWithTracing(this IFileSystem system, string directory)
 {
     Console.WriteLine("Cleaning contents of directory " + directory);
     system.CleanDirectory(directory);
 }
コード例 #2
0
ファイル: RippleFileSystem.cs プロジェクト: bobpace/ripple
 public static void CleanWithTracing(this IFileSystem system, string directory)
 {
     RippleLog.Info("Cleaning contents of directory " + directory);
     system.CleanDirectory(directory);
 }