mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Mono doesn't like empty directories
This commit is contained in:
@@ -80,9 +80,11 @@ namespace SabreTools
|
||||
return;
|
||||
}
|
||||
|
||||
// Make sure that the path provided is real
|
||||
|
||||
// Read in the roms from the DAT and then write them to the file
|
||||
Output.WriteToText(Path.GetDirectoryName(input) + Path.DirectorySeparatorChar + Path.GetFileNameWithoutExtension(input) + "-miss.txt",
|
||||
RomManipulation.Parse(input, 0, 0, logger), logger, usegame, prefix, postfix);
|
||||
Path.GetDirectoryName(input), RomManipulation.Parse(input, 0, 0, logger), logger, usegame, prefix, postfix);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user