No. Not IE.
// there are issues with this style
// 1. you can only select one file
// 2. If folder is already opened, it doesn't select the file
Declare Function ShellExecuteW lib "shell32" (hwnd as Integer, lpOperation as WString, lpFile as WString, lpParameters as WString, lpDirectory as Integer, nShowCmnd as Integer) as Integer
Dim err as Integer
Dim param As String
param = "/select, """ + f.AbsolutePath
… Read the rest