How-To Guide
How to Create a Folder
🗂️ How to Create a Folder
Folders help organize your files better. Here's how to create one using your computer's interface or the command line.
Windows (Graphical Way):
Right-click anywhere on your Desktop or inside a folder.
Select New → Folder.
Type the name you want and press Enter.
Windows (Using Command Prompt):
Open Command Prompt (
cmd).Navigate to where you want the folder (optional):
Optional: Move to another directory cd DesktopNow, create a folder:
Create folder command mkdir MyFoldermacOS & Linux (Using Terminal):
Open the Terminal.
Navigate to your desired directory (optional):
Change directory cd ~/DocumentsCreate a new folder:
Make directory command mkdir MyFolderYou’ll now see a folder named
MyFolderin that directory.