This topic has not yet been rated - Rate this topic

FileInfo.DirectoryName Property

May 02, 2013

Gets a string representing the directory's full path.

Namespace:  System.IO
Assembly:  mscorlib (in mscorlib.dll)
'Declaration
Public ReadOnly Property DirectoryName As String

Property Value

Type: System.String
A string representing the directory's full path.
ExceptionCondition
SecurityException

The caller does not have the required permission.

ArgumentNullException

Nothing was passed in for the directory name.

To get the parent directory as a DirectoryInfo object, use the Directory property.

When first called, FileInfo calls Refresh and caches information about the file. On subsequent calls, you must call Refresh to get the latest copy of the information.

Version Notes

Windows Phone

 This member has a SecurityCriticalAttribute attribute. This attribute restricts this member to internal use. Application code that uses this member throws a MethodAccessException.

Windows Phone OS

Supported in: 8.0, 7.1, 7.0

Windows Phone

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.