File Naming Conventions

Consistent file naming is just as important as good folder structure. Smart naming conventions make files instantly recognizable, searchable, and easy to sort, whether you're working alone or with a team.

Why File Naming Matters

Step 1: Choose Your Naming Format

Pick one format and stick to it across your entire organization:

Date-First Format (Recommended): YYYY-MM-DD_Description_Version

Project-First Format: ProjectCode_Description_YYYY-MM-DD

Client-First Format: ClientName_ProjectType_Description

image.png

Step 2: Create a Naming Template

Document your chosen format for team consistency:

Template Example:

Format: [Date]_[Project]_[Description]_[Version]
Date: YYYY-MM-DD
Project: Short code or client name
Description: What the file contains
Version: v1, v2, final, draft
  1. Create a new document in your Templates folder
  2. Title it: "File Naming Convention"
  3. Include examples for different file types
  4. Share with team members for consistency

Step 3: Handle Different File Types

Documents:

Design Files:

Media Files:

Step 4: Implement Version Control

Use clear version indicators to track file evolution:

Version Naming Options:

Example Version Progression:

2024-08-30_Website-Proposal_ACME_draft.docx
2024-08-30_Website-Proposal_ACME_v2.docx  
2024-08-30_Website-Proposal_ACME_review.docx
2024-08-30_Website-Proposal_ACME_final.docx

Step 5: Rename Existing Files

Clean up your current files to match your new convention:

  1. Right-click a file you want to rename
  2. Select "Rename" from the context menu
  3. Update the filename following your convention
  4. Press Enter to save

Bulk Renaming (Advanced):

image.png

Step 6: Use Descriptive Keywords

Include searchable keywords in your filenames:

Good Examples:

Keywords to Include:

Step 7: Avoid Common Naming Mistakes

Characters to Avoid:

Bad Examples:

Good Examples:

Creating File Naming Templates

Set up templates for common file types:

  1. Navigate to your Templates folder
  2. Create example files with proper naming
  3. Use as reference when creating new files
  4. Update templates as your conventions evolve

Template Examples:

YYYY-MM-DD_Meeting-Notes_[Meeting-Type]_[Attendees].docx
YYYY-MM-DD_Invoice_[Client]_[InvoiceNumber].pdf  
YYYY-MM-DD_Design_[Project]_[Version].[ext]

Best Practices Checklist

Consistency Rules:

Technical Guidelines:

Team Coordination:

Next Steps

With solid folder structures and file naming conventions in place, you're ready to learn about using tags, comments, and metadata to make your files even more organized and searchable. The next page will show you how to add rich information to your files for powerful organization capabilities.


Revision #1
Created 30 August 2025 16:28:36 by Junovy Support
Updated 30 August 2025 16:33:50 by Junovy Support