Hello, I am trying to send directory names through the command line to program I am writing. This works perfectly until I add a space to the directory. I have tried adding Quotes around the directories and everything. The problem is then with the \ at the end of the directory it makes the quote literal and puts it in my string.
Is there any way to read in a directory from command line with a space in it? Maybe I shouldn't add the slash at the end of the directory or something? Any ideas would be great.
Thank you very much,
Cameron