Constructors: NewDirectoryInfo |
Creates a new DirectoryInfo object that describes the specified path.
Public Function NewDirectoryInfo( ByRef Path As String ) As DirectoryInfo
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.