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