DirectoryInfoName Property |
Namespace: Alphaleonis.Win32.FilesystemAssembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax public override string Name { get; }
Public Overrides ReadOnly Property Name As String
Get
public:
virtual property String^ Name {
String^ get () override;
}
abstract Name : string with get
override Name : string with get
Property Value
Type:
StringThe directory name.
Remarks This Name property returns only the name of the directory, such as "Bin".
To get the full path, such as "c:\public\Bin", use the FullName property.
See Also