mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[ALL] Centralize quote removal
This commit is contained in:
@@ -554,7 +554,7 @@ namespace SabreTools
|
||||
{
|
||||
version = temparg.Split('=')[1];
|
||||
}
|
||||
else if (File.Exists(temparg.Replace("\"", "")) || Directory.Exists(temparg.Replace("\"", "")))
|
||||
else if (File.Exists(temparg) || Directory.Exists(temparg))
|
||||
{
|
||||
inputs.Add(arg);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user