CreateSubdirectory()

DirectoryInfo::CreateSubdirectory(const String&) method

Creates subdirectories on the specified path.

DirectoryInfoPtr System::IO::DirectoryInfo::CreateSubdirectory(const String &path)

Arguments

ParameterTypeDescription
pathconst String&The specified path

Return Value

The last directory specified in path.

See Also