I've been messing around with having a file open in my app when I dbl click on it. When I add the filename to the command line arguments in the the project properties, it worked fine, but when I compiled the app, an error came up saying 'Path not found', or something to that effect. So, being curious, I added value of Command to a listbox. When the app is not compiled, the value added to the list is the name of the file, but when I remove the command line arguments from the project properties, and compile it, when I dbl click on the file, the value added to the list is "the name of the file"(note that the quotation marks have been added), and I think that that is part of the problem, do you think it is, and if so, how do you think I should correct it?