Click or drag to resize

AlternateDataStreamInfoFullPath Property

Gets the full path to the stream.

Namespace:  Alphaleonis.Win32.Filesystem
Assembly:  AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax
public string FullPath { get; }

Property Value

Type: String
The full path to the stream in long path format.
Remarks
This is a path in long path format that can be passed to Open Overload to open the stream if FullPath or LongFullPath is specified.
See Also