I'm trying to make a simple ZIP Unpacker in c# .net 4.5. I've set my program as default program to open *.zip 's with.
I have created a Test.zip on my Desktop and it opens my blank form. How can I get the path where the user opened the zip? (In my case /Desktop).
Until now I've no code at all to show.
EDIT:
For example WinRAR as default program for .Zip and .Rar opens the specific file where the user has double-clicked on. This is what I want to achieve in my program.