Click here to Skip to main content
15,882,114 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I am creating an application to detect when any file is double-clicked in Windows Explorer or when the user clicks the right mouse button => Open.
I need the full path of the file to open.
Is there an API to use with C #?

So if there are ways to do this, I'd appreciate your help. Thank you

What I have tried:

I tried to use FileSystemWatcher with the "Changed" event but that didn't fix the problem.
Posted
Updated 28-Aug-21 22:10pm

1 solution

 
Share this answer
 
Comments
Ṉobody 29-Aug-21 4:33am    
The downloadable code on the website is not available
Richard MacCutchan 29-Aug-21 7:12am    
Google may find you more resources.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900