File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
ReactiveMarbles.CacheDatabase.Benchmarks
ReactiveMarbles.CacheDatabase.Tests/Helpers Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ internal static class Utility
2020 /// <param name="directoryPath">The path to delete.</param>
2121 public static void DeleteDirectory ( string directoryPath )
2222 {
23- // From http ://stackoverflow.com/questions/329355/cannot-delete-directory-with-directory-deletepath-true/329502#329502
23+ // From https ://stackoverflow.com/questions/329355/cannot-delete-directory-with-directory-deletepath-true/329502#329502
2424 try
2525 {
2626 var di = new DirectoryInfo ( directoryPath ) ;
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ internal static class Utility
2020 /// <param name="directoryPath">The path to delete.</param>
2121 public static void DeleteDirectory ( string directoryPath )
2222 {
23- // From http ://stackoverflow.com/questions/329355/cannot-delete-directory-with-directory-deletepath-true/329502#329502
23+ // From https ://stackoverflow.com/questions/329355/cannot-delete-directory-with-directory-deletepath-true/329502#329502
2424 try
2525 {
2626 var di = new DirectoryInfo ( directoryPath ) ;
You can’t perform that action at this time.
0 commit comments