Message 1 of 4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
In previous Civil 3D versions:
(vl-filename-directory (getenv "QnewTemplate"))
returns:
"D:\\Users\\BeaufordT\\appdata\\local\\autodesk\\c3d 2018\\enu\\template"
In Civil 3D 2019:
(vl-filename-directory (getenv "QnewTemplate"))
returns:
"D:\\Users\\BeaufordT/AppData/local/Autodesk/C3D 2019/enu/Template"
and the macro I've used for previous versions to open the Template folder no longer works.
(startapp "explorer" (strcat "/n,/e," (vl-filename-directory (getenv "QnewTemplate"))))
What's going on here?
64bit AutoCAD Map & Civil 3D 2023
Architecture Engineering & Construction Collection
2023
Windows 10 Dell i7-12850HX 2.1 Ghz 12GB NVIDIA RTX A3000 12GB Graphics Adapter
Architecture Engineering & Construction Collection
2023
Windows 10 Dell i7-12850HX 2.1 Ghz 12GB NVIDIA RTX A3000 12GB Graphics Adapter
Solved! Go to Solution.