DirectoryInfo: CreateSubdirectory

CreateSubdirectory

Creates a directory within this instance, returning the new subdirectory.



 Public Function CreateSubdirectory(
	  ByVal sPath As String ) As DirectoryInfo

Parameters

sPath
[ByVal] String. The new subdirectory to be created.

Return Values

DirectoryInfo -  A DirectoryInfo object of the new subdirectory path.

See Also

Project CorLib Overview

Class DirectoryInfo Overview