Creating directory preserving name case
MSDN:
- CreateDirectory function - Creates a new directory one level at a time
- SHCreateDirectory function - Creates a new directory including all intermediate folders, if necessary
- CreateFolder Method - WSH
- NewFolder Method - Shell
Windows limitations on file and path name
The limitations have been pulled from Windows SDK header file
Determine Invalid Characters in File Name and Path
| This is sample code. Add error handling and adjust to your requirements as necessary. |