~ over | split
This commit is contained in:
@ -147,7 +147,7 @@ public class Worker : BackgroundService
|
||||
_Logger.LogWarning("Must pass a argument!");
|
||||
CreateWindowsShortcut();
|
||||
}
|
||||
else if (Directory.Exists(_Args[0].Split('|')[0]) || Directory.Exists(_Args[0]))
|
||||
else if (Directory.Exists(_Args[0].Split('~')[0]) || Directory.Exists(_Args[0]))
|
||||
{
|
||||
if (!_ConsoleKeys.Contains(consoleKey))
|
||||
{
|
||||
|
Reference in New Issue
Block a user