FileSystemInfoDisplayPath Property |
Returns the path as a string.
Namespace: Alphaleonis.Win32.FilesystemAssembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax protected string DisplayPath { get; set; }
Protected Property DisplayPath As String
Get
Set
protected:
property String^ DisplayPath {
String^ get ();
void set (String^ value);
}
member DisplayPath : string with get, set
Property Value
Type:
StringSee Also