FileSystemEntryInfoFullPath Property |
The full path of the file system object.
Namespace: Alphaleonis.Win32.FilesystemAssembly: AlphaFS (in AlphaFS.dll) Version: 2.0
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