mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[DatFile] Fix allowing for the output folder for DFD
This commit is contained in:
@@ -22,7 +22,7 @@ namespace SabreTools.Helper
|
||||
private StreamWriter _log;
|
||||
|
||||
// Private required variables
|
||||
private string _basepath = "Logs" + Path.DirectorySeparatorChar;
|
||||
private string _basepath = "logs" + Path.DirectorySeparatorChar;
|
||||
|
||||
/// <summary>
|
||||
/// Initialize a Logger object with the given information
|
||||
|
||||
Reference in New Issue
Block a user