My application creates files with the .mhm file extension.
When one of these files are opened I want my application to start and open the file.
Right now the application starts up but the files are not opened.
What do I do?
My application creates files with the .mhm file extension.
When one of these files are opened I want my application to start and open the file.
Right now the application starts up but the files are not opened.
What do I do?
The name of the file you want to execute is the in the args parameter of your main method.