I'm trying to have a command line argument that is a directory name. The directory name has a space in it. If I add an extra / and a space on the end and place it in single quotes it works. With out the extra space after the last slash it truncates at the space in the name making it invalid. Is there any way to avoid having to remember to add the extra space at the end of the quotes string ?