Directory: CreateDirectory

CreateDirectory

Creates a directory and any subdirectories in the specified path.



 Public Function CreateDirectory(
	  ByRef Path As String ) As DirectoryInfo

Parameters

Path
[ByRef] String. The directory path to be created.

Return Values

DirectoryInfo -  A DirectoryInfo object that represents the created directory.

Remarks

The path to be created can be a relative or absolute path.

See Also

Project CorLib Overview

Class Directory Overview