Establishing a Standardized Folder Naming System
Implement a logical, time-saving folder naming convention for your projects using ISO-8601 dates and consistent categorical prefixes.
- Define your root structure. Create a master directory for all active work. Divide this root into high-level categories such as 01_Client, 02_Internal, and 03_Archive to maintain a clean, auto-sorted list.
- Adopt the ISO-8601 date format. Always start your project folder names with the date in YYYY-MM-DD format. This ensures that your computer sorts projects chronologically rather than alphabetically.
- Standardize sub-folder taxonomy. Within every project folder, use identical sub-folder names to reduce cognitive load. Common standards include 01_Assets, 02_Drafts, 03_Finals, and 04_Resources.
- Use hyphens or underscores consistently. Choose one delimiter for your folder names and stick to it strictly. Underscores are generally better for machine readability, while hyphens are superior for URL and web compatibility.
- Create a project template directory. Create an empty folder named _TEMPLATE containing your pre-structured sub-folders. Duplicate this directory every time you start a new project to ensure structural consistency across your drive.