Add url comments

This commit is contained in:
Jack251970 2025-05-27 14:36:24 +08:00
parent 086aeab6c0
commit eb69ce919e

View file

@ -758,6 +758,8 @@ namespace Flow.Launcher.Infrastructure
#region Explorer
// https://learn.microsoft.com/en-us/windows/win32/api/shlobj_core/nf-shlobj_core-shopenfolderandselectitems
public static unsafe void OpenFolderAndSelectFile(string filePath)
{
ITEMIDLIST* pidlFolder = null;