FileInfo.DirectoryName Property
May 02, 2013
Gets a string representing the directory's full path.
Assembly: mscorlib (in mscorlib.dll)
| Exception | Condition |
|---|---|
| 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.