FileGetFileSystemEntryInfoTransacted Method (KernelTransaction, String) |
Namespace:
Alphaleonis.Win32.Filesystem
Assembly:
AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax public static FileSystemEntryInfo GetFileSystemEntryInfoTransacted(
KernelTransaction transaction,
string path
)
Public Shared Function GetFileSystemEntryInfoTransacted (
transaction As KernelTransaction,
path As String
) As FileSystemEntryInfo
public:
static FileSystemEntryInfo^ GetFileSystemEntryInfoTransacted(
KernelTransaction^ transaction,
String^ path
)
static member GetFileSystemEntryInfoTransacted :
transaction : KernelTransaction *
path : string -> FileSystemEntryInfo
Parameters
- transaction
- Type: Alphaleonis.Win32.FilesystemKernelTransaction
The transaction. - path
- Type: SystemString
The path to the file.
Return Value
Type:
FileSystemEntryInfoThe
FileSystemEntryInfo instance of the file.
See Also