DirectoryGetFileInfoByHandleTransacted Method (KernelTransaction, String) |
[AlphaFS] Retrieves file information for the specified directory.
Namespace:
Alphaleonis.Win32.Filesystem
Assembly:
AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax public static ByHandleFileInfo GetFileInfoByHandleTransacted(
KernelTransaction transaction,
string path
)
Public Shared Function GetFileInfoByHandleTransacted (
transaction As KernelTransaction,
path As String
) As ByHandleFileInfo
public:
static ByHandleFileInfo^ GetFileInfoByHandleTransacted(
KernelTransaction^ transaction,
String^ path
)
static member GetFileInfoByHandleTransacted :
transaction : KernelTransaction *
path : string -> ByHandleFileInfo
Parameters
- transaction
- Type: Alphaleonis.Win32.FilesystemKernelTransaction
The transaction. - path
- Type: SystemString
The path to the directory.
Return Value
Type:
ByHandleFileInfo[Missing <returns> documentation for "M:Alphaleonis.Win32.Filesystem.Directory.GetFileInfoByHandleTransacted(Alphaleonis.Win32.Filesystem.KernelTransaction,System.String)"]
Remarks Directory IDs are not guaranteed to be unique over time, because file systems are free to reuse them. In some cases, the directory ID for a directory can change over time.
See Also