Skip to content

Commit eb69ce9

Browse files
committed
Add url comments
1 parent 086aeab commit eb69ce9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Flow.Launcher.Infrastructure/Win32Helper.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -758,6 +758,8 @@ private static bool TryGetNotoFont(string langKey, out string notoFont)
758758

759759
#region Explorer
760760

761+
// https://learn.microsoft.com/en-us/windows/win32/api/shlobj_core/nf-shlobj_core-shopenfolderandselectitems
762+
761763
public static unsafe void OpenFolderAndSelectFile(string filePath)
762764
{
763765
ITEMIDLIST* pidlFolder = null;

0 commit comments

Comments
 (0)