Newbie question
I need to strip out the main root from the directory path.
I use this to get the path:
(setq dfil (getfiled "Directory listing" "" "dwg" 2))
(setq Filepath (vl-filename-directory dfil))
This returns for example: "C:\\Blocks\\2dlib\\Cars\\Plan"
How do...