* i think * cause I'm stuck.... I need to 'mirror' the directory tree of the drawing I'm printing, such as: Open - F:\dwg\job\file.dwg Print - R:\record\job\file.dwf So, the F: location exists, however, I need the tree mimiced on the R: drive, with the change in root name. The path names could get a bit longer but the bottom line is that I am changing 'F:\dwg' with 'R:\record', but obviously this won't process through a script if the path doesn't exist on the R: drive. I'm thinking perhaps there might be a 'smoother' way of doing this through VBA, but this entire routine is in LISP atm. Any takers? :D