I have a string that contains a full path to a file. I want to break it up so that I have 3 strings that have the drive, the path, and the file. The drive string was easy to get with Left(), but now I run into the problem of the path and file name. The path is variable.