Message 1 of 3
Autocad removes space at end of filename.

Not applicable
04-25-2018
01:10 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have a lisp routine that works on dwg files, and then saves back as the original file name.
When there is a space at the end of the file name, autocad removes it. This is not acceptable, as it creates 2 files in the folder.
The simple lisp function of
(command "save" "test .dwg")
Will save the dwg as "test.dwg". Not acceptable.
Thanks.