Change wording and default

This commit is contained in:
Matt Nadareski
2016-04-21 15:24:31 -07:00
parent 8e4f8e9fa6
commit b9115e66fe
3 changed files with 2 additions and 4 deletions

View File

@@ -45,8 +45,6 @@ namespace SabreTools
return false;
}
_path = (_path == "" ? Environment.CurrentDirectory : _path);
// We want the full path of the file, just in case
_filename = Path.GetFullPath(_filename);