TheSwamp

Code Red => AutoLISP (Vanilla / Visual) => Topic started by: cadman6735 on September 12, 2016, 09:58:20 AM

Title: Support Path
Post by: cadman6735 on September 12, 2016, 09:58:20 AM
Good day,

I have found two very good lisp routines for removing and adding paths to the support file search path but what I am wondering is if anyone has a routine that simply changes Drive letters for all of their paths under the "Files" tab for Options?

Say I wanted to change all the W:\ to S:\ or change the S:\ to the UNC path.  Just search for the desired drive letter and switch it to the new one?


Thanks
Title: Re: Support Path
Post by: kpblc on September 12, 2016, 10:15:11 AM
As a start simple code
Call sample: (convert-paths "w:" "\\\\server")
Title: Re: Support Path
Post by: cadman6735 on September 12, 2016, 10:38:19 AM
Kpblc

thank you
Title: Re: Support Path
Post by: Chillme1 on September 14, 2016, 05:25:09 PM
Where can I find those support file lisp routines that you refer to? :?