[DatFile] Fix allowing for the output folder for DFD

This commit is contained in:
Matt Nadareski
2016-10-19 20:58:28 -07:00
parent 548f2f4b39
commit 8801d826fb
3 changed files with 9 additions and 3 deletions

View File

@@ -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