I want to know the file name which we are opening. For example:
If we are opening notepad.exe then my program should display that notepad.exe got opened.
If we are opening song.mp3 then my program should display that song.mp3 got open.
If we are opening movie.mpeg then my program must tell that movie.mpeg got open.
If we are opening abc.txt then my program must tell that abc.txt got open.
Here I want to know what files are getting open on my computer.
Please help me out.
Thanks