Click or drag to resize
AlternateDataStreamInfoStreamName Property
Gets the name of the alternate data stream.

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

Property Value

Type: String
The name of the stream.
Remarks
This value is an empty string for the default stream (::$DATA), and for any other data stream it contains the name of the stream.
See Also