Click or drag to resize

FileEnumerateAlternateDataStreamsTransacted Method (KernelTransaction, String)

[AlphaFS] Enumerates the streams of type :$DATA from the specified file.

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

Parameters

transaction
Type: Alphaleonis.Win32.FilesystemKernelTransaction
The transaction.
path
Type: SystemString
The path to the file to enumerate streams of.

Return Value

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