How can I retrieve the file path and file name of the file who is double-clicked and who open my application ?
If it is possible, I need a working example !
Thanks !
Printable View
How can I retrieve the file path and file name of the file who is double-clicked and who open my application ?
If it is possible, I need a working example !
Thanks !
when you double click to open a file the path and file name are stored in a variable called Command$. Use that to find out.