FileInfoDirectoryName Property |
Namespace: Alphaleonis.Win32.Filesystem
Exception | Condition |
---|---|
ArgumentNullException | null 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.