Be able to save files using appropriate file names
📁 11 File Management – Save Files with the Right Names
Why File Names Matter
Imagine you have a huge collection of stickers. If you just throw them all in a box without labels, you’ll never find the one you want. The same happens with files on a computer. Good file names help you find, share, and keep track of your work.
Rules for Great File Names
- Be Descriptive: Use words that tell you what the file is about. Example:
Math_Quiz_Answers_2024.pdf - Use Dates: Write dates in the format
YYYY-MM-DDso they sort chronologically. Example:Project_Report_2024-04-26.docx - Avoid Spaces: Replace spaces with underscores (
_) or hyphens (-). Example:Science_Project-Outline.docx - No Special Characters: Stick to letters, numbers, underscores, and hyphens. Characters like
\/:*?"<>can break file paths. - Keep it Short: Aim for < 50 characters. Long names can be hard to read and may be truncated by some systems.
- Use Consistent Naming: Pick a style and stick to it. Example:
Subject_Topic_Date.extorTopic_Subject_Date.ext.
Analogy: The Library System
Think of your computer like a library. Each file is a book. The title (file name) tells you what the book is about. The author (you) and the publication date (the date you saved it) help you locate it quickly. Just as libraries use call numbers, you can use dates and subject codes to keep your files organized.
Practical Exercise
Create three files for a school project:
- Title page –
ProjectTitle_2024-04-26_TitlePage.docx - Research notes –
ProjectTitle_2024-04-26_ResearchNotes.docx - Final report –
ProjectTitle_2024-04-26_FinalReport.docx
Save them in a folder named 2024-04-26_ProjectTitle and check that the names follow the rules above.
Quick Reference Table
| Component | Example |
|---|---|
| Subject | Math |
| Topic | QuizAnswers |
| Date (YYYY-MM-DD) | 2024-04-26 |
| Extension | |
| Full Name | Math_QuizAnswers_2024-04-26.pdf |
Common Mistakes to Avoid
- Using spaces or emojis in file names.
- Including the word “draft” or “final” in the same file – keep separate files.
- Using very long names that exceed 255 characters.
- Changing file names after sharing – it breaks links.
Remember!
Good file names are like good labels on a backpack: they let you and others find what you need quickly and keep everything tidy. Try to follow the rules every time you save a file, and you’ll never lose track of your work again. 🚀
Revision
Log in to practice.