FileInfo: Directory (get)

Directory

Returns a DirectoryInfo object of the directory portion of the file.



 Public Property Get Directory ( ) As DirectoryInfo

Return Values

DirectoryInfo -  A DirectoryInfo object of the directory.

Remarks

This does not verify the file exists, or the directory.

Read Only.

See Also

Project VBCorLib Overview Class FileInfo Overview FileInfo Properties FileInfo Methods Delete DirectoryName (get)