Constructors: NewDirectoryInfo

NewDirectoryInfo

Creates a new DirectoryInfo object that describes the specified path.



 Public Function NewDirectoryInfo(
	  ByRef Path As String ) As DirectoryInfo

Parameters

Path
[ByRef] 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 directory is the path validated.

See Also

Project CorLib Overview

Class Constructors Overview