ok so you can use the CommonDialog to allow the user to select multiple files, and it then seperates each file path with a space in the FileName property.
but what if some of the filenames themselves have spaces in them!!! it makes it a bit difficult to use the Split function easily then!, any suggestions? :)
