mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
I think the parenthesis are needed
This commit is contained in:
@@ -863,7 +863,7 @@ Make a selection:
|
||||
// Strip any quotations from the name
|
||||
input = input.Replace("\"", "");
|
||||
|
||||
if (input != "" && File.Exists(input) || Directory.Exists(input))
|
||||
if (input != "" && (File.Exists(input) || Directory.Exists(input)))
|
||||
{
|
||||
TrimMerge sg = new TrimMerge(input, root, rename, force, logger);
|
||||
sg.Process();
|
||||
|
||||
Reference in New Issue
Block a user