Hi all...
How to get the full path of a file which is currently running?? suppose from cmd or directly someone starts an application or any kind of file( text file, word file, mp3 etc) my C# application need to get the path of the opened file... For eg: if someone opens c:\dir\a.txt , then my C# program need to get that path directly...??? How to do that???
Plz help me ....