Click or drag to resize
FileEnumerateAlternateDataStreams Method (KernelTransaction, String, PathFormat)
Enumerates the streams of type :$DATA in the specified file or directory.

Namespace: Alphaleonis.Win32.Filesystem
Assembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax
public static IEnumerable<AlternateDataStreamInfo> EnumerateAlternateDataStreams(
	KernelTransaction transaction,
	string path,
	PathFormat pathFormat
)

Parameters

transaction
Type: Alphaleonis.Win32.FilesystemKernelTransaction
The transaction.
path
Type: SystemString
The path to the file or directory to enumerate streams of.
pathFormat
Type: Alphaleonis.Win32.FilesystemPathFormat
Indicates the format of the path parameter(s).

Return Value

Type: IEnumerableAlternateDataStreamInfo
The streams of type :$DATA in the specified file or directory.
See Also