Hi Guys!
I am writing a console app. It is a very simple file converter so I don't want the console visible. I'll drag the file to the exe, it will chew the file and spit it out in another format.
Let say I have FileName and FilePath as strings. How to get them upon file drag?
Thanks a lot!
I am writing a console app. It is a very simple file converter so I don't want the console visible. I'll drag the file to the exe, it will chew the file and spit it out in another format.
Let say I have FileName and FilePath as strings. How to get them upon file drag?
Thanks a lot!