The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
Directory::CreateDirectory Method
.NET Framework (current version)
Creates all the directories in a specified path.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | CreateDirectory(String^) | Creates all directories and subdirectories in the specified path unless they already exist. |
![]() ![]() | CreateDirectory(String^, DirectorySecurity^) | Creates all the directories in the specified path, unless the already exist, applying the specified Windows security. |
Show:

