Click or drag to resize

FileInfoDirectoryName Property

Gets a string representing the directory's full path.

Namespace:  Alphaleonis.Win32.Filesystem
Assembly:  AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax
public string DirectoryName { get; }

Property Value

Type: String
A string representing the directory's full path.
Exceptions
ExceptionCondition
ArgumentNullException
Remarks

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.

See Also