mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[DatFile] Ensure output directory
This commit is contained in:
@@ -5915,6 +5915,12 @@ namespace SabreTools.Library.DatFiles
|
||||
{
|
||||
reportName = "report";
|
||||
}
|
||||
|
||||
// Get the proper output directory name
|
||||
if (outDir == null)
|
||||
{
|
||||
outDir = Environment.CurrentDirectory;
|
||||
}
|
||||
outDir = Path.GetFullPath(outDir);
|
||||
|
||||
// Get the dictionary of desired output report names
|
||||
|
||||
Reference in New Issue
Block a user