Make Sure You Can Write To Current Directory: Autocad 2013
AutoCAD 2013 remembers the last used folder for certain operations. If that folder was later moved or became read‑only (e.g., external drive disconnected), the error appears. The fix is to force a new current directory via Save As or the shortcut settings.
Inside AutoCAD, type:
(getvar "DWGPREFIX")
This shows the current drawing’s folder. Then set a writable default folder: Make Sure You Can Write To Current Directory Autocad 2013
(setvar "REMEMBERFOLDERS" 1)
Or use:
(setenv "DefaultFormatForSave" "C:\\YourWritablePath")
“Happened constantly when saving to network drive. Moving files locally fixed it instantly.”
“Solution #4 (permissions) worked after IT gave me write access to the project folder.”
“Still occurs occasionally on Windows 10 with AutoCAD 2013 – compatibility mode for Windows 7 helped.” AutoCAD 2013 remembers the last used folder for
This report addresses a common error encountered by users of AutoCAD 2013 on modern Windows operating systems (Windows 7, 8, 10, and 11): the inability of the software to write to the current working directory. This issue typically manifests as errors when saving drawings, creating backup files (.bak), or logging customizations. The root cause is generally attributed to User Account Control (UAC) restrictions and the placement of the installation directory within the protected "Program Files" folder. This shows the current drawing’s folder