Message 1 of 3
LISP to set plot file location using current drawing's file path, but on a different Drive
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I don't know if what I'm looking for is possible, but here's my situation:
All drawings live on 'Drive A'.
All plot files live on 'Drive B'.
When plotting, I'd like the file location to default to the corresponding folder on the 'B' drive, using identifiers from the current drawing's file path.
The file structures for a specific project look like this:
(drawings) A:\C{x}\{y}\{z}
(plots) B:\Kip\Plot Files\{x}\{y}\{z}
The italicized portions of the file path are constant, the bold portions are project dependent but x, y, and z will be the same on each drive.
Does anyone know whether this can be accomplished with a LISP routine, or any other process?
Thank you.