Where files actually live (and how to never lose one)
Folders, paths, file types and a naming system that makes searching almost unnecessary.
Phones hid the file system from us, so an entire generation arrived at work never having seen a folder. Then someone says "put it in the shared drive under Q3" and it's genuinely confusing.
Let's fix that in seven minutes.
The filing cabinet
A computer's storage is a filing cabinet.
- Drive β the cabinet itself (
C:on Windows,Macintosh HDon Mac) - Folder β a drawer, and drawers can contain more drawers
- File β an actual document
- Path β the full route to a file
C:\Users\Meera\Documents\Work\2025\budget.xlsxRead it left to right like an address, getting more specific: this drive β this user β Documents β Work β 2025 β this file.
File extensions
The letters after the final dot say what kind of file it is.
| Extension | What it is | Opens in |
|---|---|---|
.docx | Word document | Word, Google Docs |
.xlsx | Spreadsheet | Excel, Google Sheets |
.pptx | Presentation | PowerPoint, Slides |
.pdf | Fixed document, looks identical everywhere | Any PDF reader |
.csv | Plain text table | Excel, anything |
.jpg / .png | Images (png keeps transparency) | Anything |
.zip | A folder squashed into one file | Right-click β Extract |
Naming files so future-you can cope
Bad, and universally recognised:
report.docx
report final.docx
report final FINAL.docx
report final FINAL v2 use this one.docxGood:
2025-03-14-sales-report-v2.docxThree rules:
- 1Date first, as YYYY-MM-DD. This is the magic bit β it sorts chronologically automatically, because 2025-03 sorts before 2025-11. Write it as 14-03-2025 and sorting becomes nonsense.
- 2What it is, in a few plain words, no spaces at the start.
- 3Version at the end, if there'll be versions.
A folder structure that survives
Don't over-engineer it. Three levels is enough:
Work/
2025/
Clients/
Sharma-Traders/
Kumar-Co/
Reports/
Admin/
Templates/
Archive/Cloud drives
Google Drive, OneDrive and Dropbox put a folder on your computer that syncs to the internet automatically.
Two things beginners get wrong:
- 1Saving to Desktop instead of the synced folder. Desktop files aren't backed up. When your laptop dies, they're gone. Save inside the Drive folder and it's on the internet within seconds.
- 2Sharing wrongly. When you share a link, check whether it says "Anyone with the link can view" or "can edit". Sending edit access to a whole mailing list is how a finished document gets accidentally rewritten.
Three keys that save you constantly
- Ctrl+S (Cmd+S on Mac) β save. Press it every few minutes out of pure habit.
- Ctrl+F β find, inside almost any document or web page.
- Windows key (or Cmd+Space on Mac) β then start typing a file name to find it instantly. Faster than clicking through folders, always.
Too Long; Didnβt Read
- A path is a file's full address; the letters after the last dot tell you the file type.
- Name files starting with the date as YYYY-MM-DD so they sort themselves chronologically.
- Save into your synced cloud folder, never the Desktop, and check whether a share link grants view or edit.
Your tiny task
Pick the messiest folder on your computer and rename five files using the date-first format. Then press the Windows key (or Cmd+Space) and find one of them by typing part of its name.
It takes a few minutes and itβs the bit that makes the lesson stick.
Quick check
0 of 3 answered
Three questions. Get one wrong and youβll get a hint β thereβs no penalty and you can try again straight away.
Your score is saved to your dashboard.
Finished reading? Tick it off.
Create a free account to save your progress, streak and badges.
Up next: Word, Docs, Sheets, Slides and Calendar
Advertisement
Ad space (lessonFooter)
Add your AdSense IDs to .env and real ads appear here.
Ads keep the free courses free. Go Pro to remove them.