DirectoryInfo: Parent (get)

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:\'

Remarks

Read Only.

See Also

Project VBCorLib Overview Class DirectoryInfo Overview DirectoryInfo Properties DirectoryInfo Methods Name (get) Refresh