System::IO::DirectoryInfo::CreateSubdirectory method

DirectoryInfo::CreateSubdirectory method

Creates subdirectories on the specified path.

DirectoryInfoPtr System::IO::DirectoryInfo::CreateSubdirectory(const String &path)
ParameterTypeDescription
pathconst String&The specified path

ReturnValue

The last directory specified in path.

See Also