Parent
Returns the parent directory as a DirectoryInfo object.
Public Property Get Parent ( ) As DirectoryInfo
Return Values
DirectoryInfo - A DirectroyInfo object of the parent directory, or Nothing if
the original directory is a root, such as c:\'
Read Only.
See Also
Project CorLib Overview
Class DirectoryInfo Overview