We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e0adba commit a54fe21Copy full SHA for a54fe21
Flow.Launcher.Infrastructure/FileExplorerHelper.cs
@@ -15,7 +15,7 @@ public static string GetActiveExplorerPath()
15
{
16
var explorerWindow = GetActiveExplorer();
17
string locationUrl = explorerWindow?.LocationURL;
18
- return !string.IsNullOrEmpty(locationUrl) ? new Uri(locationUrl).LocalPath : null;
+ return !string.IsNullOrEmpty(locationUrl) ? new Uri(locationUrl).LocalPath + "\\" : null;
19
}
20
21
/// <summary>
0 commit comments