mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Add check that shouldn't need to be checked
Somehow on tests, the temp folder would render itself unfindable, and thus made the program crash.
This commit is contained in:
@@ -95,8 +95,11 @@ namespace SabreTools
|
||||
}
|
||||
|
||||
// Delete the temp directory
|
||||
if (Directory.Exists(_tempDir))
|
||||
{
|
||||
Directory.Delete(_tempDir, true);
|
||||
}
|
||||
}
|
||||
|
||||
// Order the roms by name of parent, then name of rom
|
||||
roms.Sort(delegate (Tuple<string, string, long, string> A, Tuple<string, string, long, string> B)
|
||||
|
||||
Reference in New Issue
Block a user