mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Change wording and default
This commit is contained in:
@@ -811,7 +811,7 @@ Make a selection:
|
||||
Make a selection:
|
||||
|
||||
1) File or folder to process" + (input != "" ? ":\n\t" + input : "") + @"
|
||||
2) Root folder for reference" + (root != "" ? ":\n\t" + root : "") + @"
|
||||
2) Set the root directory for trimming calculation" + (root != "" ? ":\n\t" + root : "") + @"
|
||||
3) " + (forceunpack ? "Remove 'forcepacking=\"unzip\"' from output" : "Add 'forcepacking=\"unzip\"' to output") + @"
|
||||
4) " + (rename ? "Keep all game names" : "Rename all games to '!'") + @"
|
||||
5) Process the file or folder
|
||||
|
||||
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user