Skip to content

Commit 91dff84

Browse files
Merge pull request #2080 from VictoriousRaptor/FixFilesAppSupport
Use shell execute to fix Files App support
2 parents 04cdfed + 4efaa64 commit 91dff84

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Flow.Launcher/PublicAPIInstance.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@ public void OpenDirectory(string DirectoryPath, string FileNameOrFilePath = null
200200
explorer.StartInfo = new ProcessStartInfo
201201
{
202202
FileName = explorerInfo.Path,
203+
UseShellExecute = true,
203204
Arguments = FileNameOrFilePath is null
204205
? explorerInfo.DirectoryArgument.Replace("%d", DirectoryPath)
205206
: explorerInfo.FileArgument

0 commit comments

Comments
 (0)