FileSystemInfoFullName Property |
Gets the full path of the directory or file.
Namespace: Alphaleonis.Win32.FilesystemAssembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax public virtual string FullName { get; }
Public Overridable ReadOnly Property FullName As String
Get
public:
virtual property String^ FullName {
String^ get ();
}
abstract FullName : string with get
override FullName : string with get
Property Value
Type:
StringA string containing the full path.
See Also