Constructors: NewDirectoryInfo

NewDirectoryInfo

Creates a new DirectoryInfo object that describes the specified path.



 Public Function NewDirectoryInfo(
	  ByVal Path As String ) As DirectoryInfo

Parameters

Path
[ByVal] String. The directory path this instance describes and manipulates.

Return Values

DirectoryInfo -  The new object used to manage a directory path.

Remarks

When a DirectoryInfo object is created, there is no attempt at verifying the Path. Only when an attempt to manipulate the actual directroy is the path validated.

See Also

Project VBCorLib Overview Class Constructors Overview Constructors Properties Constructors Methods NewDictionaryEntry NewDirectoryNotFoundException