- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
The SAVE command is not performing as expected; when saving a file using the keyboard only, I cannot control the name and extension. For example:
If I try to save Test.dwg to ../DXF/Test.dxf, I would expect to be able to:
- Add the folder to the filename
- Hit Tab
- Select AutoCAD 2018 DXF (*.dxf)
- Press Enter
and the file would save. However, this creates ../DXF/Test.dwg.dxf. So, I tried:
- Adding the folder to the filename
- Deleting the extension (.dwg)
- Hitting Tab
- Selecting AutoCAD 2018 DXF (*.dxf)
- Pressing Enter
Excitingly, this provides a dialogue box that asks if I want to replace an existing file (if ../DXF/Test.dxf already exists). However, after hitting yes, the command creates ../DXF/Test.dxf.dwg instead!
This seems like a bug and is very annoying since SAVE provides the perfect way for me to automate exporting a group of drawing files to DXF & my workflow will be much slower if I have to use the mouse...
Also, why is inline code invalid HTML??
Solved! Go to Solution.