Actually, no, if you want to open files it is far better NOT to be concerned with which file does it. Instead use the ShellExecute API (not Shell), which takes care of syntax details in the command line; essentially a programmatic "double click".
↧
Actually, no, if you want to open files it is far better NOT to be concerned with which file does it. Instead use the ShellExecute API (not Shell), which takes care of syntax details in the command line; essentially a programmatic "double click".