Message 1 of 8
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I noticed when I do :
(defun save_the_dxf ( fname )
(setq FOLDER (strcat DXF_Path_Name "Finished"))
(vl-mkdir FOLDER); Nil if folder exists
(setq OUTPATH (strcat FOLDER "\\"))
(setq dxfname (strcat OUTPATH out_fil))
(command "_DXFOUT" dxfname 16)
); end function save_the_dxf
It (does) make the Folder, but it is not 'visible', marks it 'read-only' ?
Anybody know why that happens ?
ECCAD
I
Solved! Go to Solution.