DirectoryEnumerateFileIdBothDirectoryInfoTransacted Method (KernelTransaction, String) |
[AlphaFS] Retrieves information about files in the directory specified by
path in
ReadWrite mode.
Namespace:
Alphaleonis.Win32.Filesystem
Assembly:
AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax public static IEnumerable<FileIdBothDirectoryInfo> EnumerateFileIdBothDirectoryInfoTransacted(
KernelTransaction transaction,
string path
)
Public Shared Function EnumerateFileIdBothDirectoryInfoTransacted (
transaction As KernelTransaction,
path As String
) As IEnumerable(Of FileIdBothDirectoryInfo)
public:
static IEnumerable<FileIdBothDirectoryInfo^>^ EnumerateFileIdBothDirectoryInfoTransacted(
KernelTransaction^ transaction,
String^ path
)
static member EnumerateFileIdBothDirectoryInfoTransacted :
transaction : KernelTransaction *
path : string -> IEnumerable<FileIdBothDirectoryInfo>
Parameters
- transaction
- Type: Alphaleonis.Win32.FilesystemKernelTransaction
The transaction. - path
- Type: SystemString
A path to a directory from which to retrieve information.
Return Value
Type:
IEnumerableFileIdBothDirectoryInfoAn enumeration of
FileIdBothDirectoryInfo records for each file system entry in the specified diretory.
Exceptions See Also