Skip to content
Foundations AutoCAD · 01 of 16

File Structure and Office Organization

Set this up before you open AutoCAD. Every time. For every project. Forever.

Why this matters

A broken external reference at 2am the night before a deadline is almost always preventable. So is a lost drawing. So is submitting a file that opens on your machine but not your professor's — or your employer's. File organization is not an administrative task. It is the first professional judgment you make on every project, and it sets the quality ceiling for everything that follows.

In an office, a colleague who inherits your project needs to understand your file structure in under two minutes. If they can't, your files are a liability. Build the habit now, before anyone is paying you to get it right.

The folder structure

Every project gets the same structure. Identical. This is what allows you to find things under pressure.

FolderWhat lives here
ProjectName /The root folder — named after the project, not "CAD homework"
CAD /Your active .dwg files — the ones you open and edit
CAD / Archive /Version snapshots, output files, and eTransmit packages — your safety net and temporal record
CAD / XREF /All externally referenced files: survey DWGs, title blocks, raster images. Files you reference but don't own.
Images /Source imagery, aerials, scanned sketches
References /PDFs, specifications, background documents

Naming and versioning

File names follow this pattern: LastName_AssignmentNumber — for example, Smith_01.dwg. When you need a version snapshot before making significant changes, create an eTransmit (YYYYMMDD - Title) in the Archive folder. The word FINAL in a file name is a red flag. If you find yourself writing Smith_01_FINAL_v3_actuallyfinal.dwg, your version control has already failed.

The Archive folder holds your snapshots and distributed content. The main CAD folder holds one current file. These folders should never contain the same file type.

Try this

Before opening AutoCAD today, build this folder structure. Name it correctly. Put it somewhere that isn't your desktop. Then open AutoCAD, open the projectname_drawingname.dwg template and immediately save-as your new drawing into the CAD folder. Every session for the rest of the semester starts the same way.

What breaks

XREFs saved outside the XREF folder become orphaned links the moment anyone moves a file or opens the project on a different machine. Every XREF lives in the XREF folder. No exceptions.

Saving working files to a flash drive only is a single point of failure. Flash drives fail. Keep working files in at least two locations. The Archive folder after each session is a reasonable minimum.

LA117 — Design Communication II — David Barbarash — Purdue University File Structure and Office Organization