Make Sure You Can Write To Current Directory Autocad 2013

To fix the "Make sure you can write to current directory" error in AutoCAD 2013, you typically need to adjust administrative permissions or directory paths that are being blocked by modern Windows security settings. 1. Run AutoCAD as Administrator

The simplest fix is often elevating the program's privileges so it can write to restricted system folders. Right-click the AutoCAD 2013 shortcut on your desktop. Select Run as administrator.

If this works, make it permanent: right-click the shortcut > Properties > Compatibility tab > check Run this program as an administrator. 2. Grant Full Control to Autodesk Folders

Windows may be blocking AutoCAD from writing temporary or support files to its own installation directory. Navigate to C:\Program Files\Autodesk.

Right-click the folder and select Properties, then go to the Security tab. Make Sure You Can Write To Current Directory Autocad 2013

Click Edit, select Users (or "Everyone"), and check the box for Full Control or Modify. Apply changes to all subfolders and restart AutoCAD. 3. Change Temporary File Paths

If AutoCAD is trying to write to a read-only directory (like a restricted network drive or a protected Temp folder), you can redirect it to a local folder you know is accessible. In AutoCAD, type OPTIONS and press Enter. Go to the Files tab. Expand Temporary Drawing File Location.

Click Browse and select a folder on your local drive where you have full access (e.g., C:\Temp). 4. Check Antivirus/Windows Defender

Modern security features like "Controlled Folder Access" can block older software like AutoCAD 2013 from saving files. Open Windows Security > Virus & threat protection. Select Manage ransomware protection. To fix the "Make sure you can write

Either turn off Controlled folder access or click Allow an app through Controlled folder access and add acad.exe from your AutoCAD installation folder. 5. Reset to Default Settings

If the error is caused by a corrupted user profile or registry key, resetting the software can often clear it. Go to the Windows Start Menu. Find the AutoCAD 2013 folder. Click Reset Settings to Default.

Write permission denied - Errors: F/X CAD & AutoCAD - Land FX


Solution 1: Run AutoCAD as Administrator

  1. Right-click on the AutoCAD 2013 icon and select Run as administrator.
  2. If prompted, click Yes to allow the program to make changes to your computer.

Running AutoCAD as an administrator ensures that the software has the necessary permissions to write to the current directory. Solution 1: Run AutoCAD as Administrator

4.2. Change Default Save Location (Recommended)

  1. Launch AutoCAD 2013.
  2. Type OPTIONS → Open Files tab.
  3. Under “Drawing File Locations”“Drawing template settings”“Default file name for QNEW” (optional).
  4. More importantly: Under “Automatic Save File Location” → Change to a user-owned folder, e.g.:
    C:\Users\%USERNAME%\Documents\AutoCAD_Temp
    
  5. Also set “Temporary Drawing File Location” to the same user folder.

Solution 7: Check for File Locking by Antivirus

Real-time scanning can flag .dwg and .bak operations.

Popular antivirus suites like McAfee, Norton, and even Windows Defender can interfere with AutoCAD 2013’s write operations.

Creating a Bulletproof “Write-Enabled” Environment for AutoCAD 2013

To prevent this error from ever returning, implement this golden configuration:

  1. Dedicated Project Folder: C:\CAD_Projects (not on Desktop or Documents due to OneDrive sync locks).
  2. Dedicated Temp Folder: C:\CAD_Temp (set via OPTIONS → Files).
  3. Run as Administrator: Always.
  4. Network Drives: Only open DWGs from mapped drives using COPY locally first. Do a SAVEAS to the network after editing locally.
  5. Permissions Script: Save this as a .bat file and run once as Admin:
    icacls "C:\CAD_Projects" /grant "%USERNAME%":(F) /T
    icacls "C:\CAD_Temp" /grant "%USERNAME%":(F) /T
    

6. Known Limitations in AutoCAD 2013


Review: “Make Sure You Can Write to the Current Directory” Error in AutoCAD 2013

Overall Verdict:
A frustrating but solvable permission-related error that typically appears when saving, auto-saving, or opening files. It’s not a bug in AutoCAD itself, but rather a conflict with Windows file permissions or folder settings.


Command-Line Diagnosis for Advanced Users

If the error is intermittent, use these AutoCAD command-line tools to diagnose:

Compare these paths with your Windows permissions.