Finding out the type of file pointed to by a shortcut?
C / C++ / MFC
2
Posts
1
Posters
0
Views
1
Watching
-
How can I find out the extension of the file pointed to by a shortcut? IShellLink::Resolve can do that, but it has a lot of overhead. Basically, I'm going through the contents of a directory and only showing files of certain types, but I also want to show shortcuts which point to files of those certain types.
-
How can I find out the extension of the file pointed to by a shortcut? IShellLink::Resolve can do that, but it has a lot of overhead. Basically, I'm going through the contents of a directory and only showing files of certain types, but I also want to show shortcuts which point to files of those certain types.