FileSystemEntryInfoFullPath Property |
The instance full path.
Namespace:
Alphaleonis.Win32.Filesystem
Assembly:
AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax public string FullPath { get; set; }
Public Property FullPath As String
Get
Set
public:
property String^ FullPath {
String^ get ();
void set (String^ value);
}
member FullPath : string with get, set
Property Value
Type:
StringSee Also