codex-lv2-may-2025

Navigation

0 | 1 | 2 | 3 | 4 | Current Level: 5 | 6 | 7 | 8


Lesson: Explore the File Explorer

🎯 Objective

Learn to navigate the File Explorer, create files and folders, and manage your project structure.


✅ Step 5: Explore the File Explorer

Activities:

  1. Create a New File: Right-click the folder and choose New File. Name it index.html.
  2. Create a New Folder: Right-click and select New Folder. Name it assets.
  3. Rename a File: Rename index.html to home.html, then rename it back.
  4. Delete a File: Create a test file named delete-me.txt, then delete it.
  5. Move a File: Create move-me.txt and drag it into the assets folder.
  6. Open the Project Folder in Explorer/Finder:

    • Right-click the project folder in the VSCode Explorer panel.
    • Choose Reveal in File Explorer (Windows) or Reveal in Finder (Mac).
    • This opens the folder in your computer’s file browser.

Commit Reminder:

git add .
git commit -m "Practiced using File Explorer features"
git push

✅ Summary

You learned how to:

The File Explorer is your command center for managing project files and folders!


Navigation

0 | 1 | 2 | 3 | 4 | Current Level: 5 | 6 | 7 | 8