Is there any way to get the name and path of a file that user opens in windows 7. What sort of api's can be used?
I have made a win form that retrieves currently opened applications and recently used files. While looking onto the file section, I can't open the file because it's an .ink shortcut. So i found another way to get those files(not yet completed, only idea). To make a service that tracks files that have been opened by user. By doing this, I can add it into my app and categorize files using other extension. i.e, music files, video files and etc.
My question is can I get the name and path of files that user opened.