Create Folders
Multi Commander's Create Folder functionality provides efficient and flexible folder creation capabilities with advanced features for power users. Whether creating single directories or complex folder structures, the tool offers multiple access methods and intelligent automation features to streamline folder management workflows.

The Create Folder dialog provides flexible options for creating single or multiple directories
Accessing Create Folder
Multi Commander provides several convenient ways to access the folder creation functionality:
Keyboard Shortcut
F7
The default and fastest way to create folders. Press F7 from any Explorer Panel to open the Create Folder dialog.
Tools Menu
Tools → Create Folder
Access through the main menu for users who prefer mouse navigation or need to discover the feature.
Toolbar Icon
Click the folder creation icon in the toolbar
Visual access with additional right-click options for quick folder creation using predefined patterns.
Basic Folder Creation
Simple Folder Creation
Creating a basic folder is straightforward:
- Navigate to the desired location in an Explorer Panel
- Press F7 or use Tools → Create Folder
- Enter the folder name in the dialog
- Press Enter or click OK
Current Location
New folders are created at the current path displayed in the active Explorer Panel. Make sure you're in the correct directory before creating folders.
Complex Path Creation
Multi Commander supports creating entire directory structures in a single operation:

Creating nested folder structures with automatic intermediate directory creation
Nested Directory Creation
Specify complete folder paths with subdirectories. Multi Commander automatically creates all intermediate folders as needed.
Examples:
Projects\WebApp\Source
- Creates three nested foldersDocuments\2024\Reports\Monthly
- Creates four-level structureBackup\Database\Archive\2024-01
- Creates organized backup structure
Multiple Folder Creation

Creating multiple folder simultaneously in the current location
Create multiple folders simultaneously at the same location by separating folder names with semicolons:
Batch Folder Creation
Enter multiple folder names separated by semicolons (;) to create several folders at the same level in the current location.
Examples:
Inbox;In Progress;Completed;Archive
- Creates four workflow folders at current levelImages;Documents;Videos;Audio
- Creates four media organization folders at current levelSource;Build;Deploy;Test
- Creates four development environment folders at current level
Advanced Keyboard Shortcuts
The Create Folder dialog includes powerful keyboard shortcuts for enhanced productivity:
Clipboard Integration
Shift+F7: Opens dialog with clipboard text pre-filled
F5: Inserts clipboard text into the name field (when dialog is open)
Benefit: Quickly create folders using text copied from other applications, such as email subjects, document titles, or web content.
Date Integration
F9: Inserts today's date as YYYY-MM-DD
Shift+F9: Appends today's date to existing text
Benefit: Perfect for creating date-organized folders like "Reports 2024-01-15" or "Backup 2024-01-15".
Text Processing
F8: Removes all dots (periods) from the name field
Benefit: Useful when creating folders from filenames or text that contains dots, ensuring clean folder names.
Shortcut Reference
F7 | Open Create Folder dialog |
Shift+F7 | Open with clipboard text |
F5 | Insert clipboard text |
F8 | Remove dots from text |
F9 | Insert today's date |
Shift+F9 | Append today's date |
Quick Create Patterns
The toolbar's Create Folder icon offers additional functionality through right-click access:
Predefined Date Patterns
Right-click the Create Folder toolbar icon to access quick creation patterns with various date formats:
- YYYY-MM-DD: ISO standard date format (2024-01-15)
- YYYY-MM: Monthly organization (2024-01)
- DD-MM-YYYY: European date format (15-01-2024)
- MM-DD-YYYY: US date format (01-15-2024)
- Custom Patterns: Additional user-defined patterns for specific workflows
These patterns are perfect for creating date-organized folder structures for backups, reports, archives, and project management.
Command Line Field Integration
Multi Commander also supports folder creation through the command line field:
Command Line Support
Use the mkdir
command in Multi Commander's command line field:
mkdir FolderName
- Creates a single foldermkdir "Folder With Spaces"
- Creates folder with spaces in namemkdir Path\To\New\Folder
- Creates nested directory structure
This method integrates with command line workflows and can be useful for users familiar with command prompt operations.
Automation and Scripting
For advanced users, Multi Commander supports automated folder creation through various methods:
Custom Commands
The MC.Filesystem.Makedir
command provides programmatic folder creation:
Parameter | Description | Example |
---|---|---|
PATH |
Full path to the folder to create | "C:\Projects\NewProject" |
MultiScript Integration
The MakeDir
function allows folder creation in MultiScript automation:
// Create single folder
MakeDir("C:\\Projects\\NewProject");
// Create nested structure
MakeDir("C:\\Archive\\2024\\January\\Reports");
Troubleshooting Common Issues
- Check if you have write permissions to the target directory
- Try running Multi Commander as Administrator if needed
- Verify the path is not on a read-only drive or network location
- Ensure the parent directory exists and is accessible
- Remove or replace invalid characters: \ / : * ? " < > |
- Use F8 shortcut to remove dots from the name
- Avoid trailing spaces or periods in folder names
- Check for reserved system names (CON, PRN, etc.)
- Verify the entire path length doesn't exceed system limits
- Check each part of the path for invalid characters
- Ensure you have permissions for all parent directories
- Try creating the structure step by step to identify the problem point
- Ensure an Explorer Panel has focus when pressing F7
- Check if the shortcut has been reassigned in keyboard settings
- Try using the Tools menu as an alternative
- Verify Multi Commander has focus and isn't in a special mode
Related Features
Multi Commander's folder creation works seamlessly with other file management features:
- File Operations: Integrate folder creation with copy, move, and organize operations
- Favorites: Add frequently created folder structures to favorites for quick access
- Bookmarks: Navigate quickly to newly created folders
- Custom Commands: Automate complex folder creation workflows
- MultiScript: Create sophisticated folder management scripts
Pro Tip
Use Shift+F7 to quickly create folders using text from your clipboard. This is especially useful when creating folders based on email subjects, document titles, or project names you've copied from other applications.
Related Documentation
For more information about Multi Commander's file management capabilities, see the File Operations, Custom Commands, and MultiScript documentation sections.