Skip to main content
A newer version of this page is available. .

IFileSystemInfo.DirectoryName Property

Gets a string representing the directory’s full path.

Namespace: DevExpress.Mvvm

Assembly: DevExpress.Mvvm.v20.2.dll

NuGet Packages: DevExpress.Mvvm, DevExpress.Uwp.Controls, DevExpress.WindowsDesktop.Mvvm

Declaration

string DirectoryName { get; }

Property Value

Type Description
String

A string that is the directory’s full path.

See Also