AlternateDataStreamInfoFullPath Property |
Gets the full path to the stream.
Namespace: Alphaleonis.Win32.FilesystemAssembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax public string FullPath { get; }
Public ReadOnly Property FullPath As String
Get
public:
property String^ FullPath {
String^ get ();
}
member FullPath : string with get
Property Value
Type:
StringThe full path to the stream in long path format.
Remarks See Also