I can get a list of files to be returned from a line such as: files = Dir["C:/dir1/dir2/*"] but this won't work: files = Dir["C:/dir dir1/next dir2/*"] How do I deal with paths that have spaces in them?