FileGetFileSystemEntryInfoTransacted Method (KernelTransaction, String, Boolean, PathFormat) |
Namespace:
Alphaleonis.Win32.Filesystem
Assembly:
AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax public static FileSystemEntryInfo GetFileSystemEntryInfoTransacted(
KernelTransaction transaction,
string path,
bool continueOnException,
PathFormat pathFormat
)
Public Shared Function GetFileSystemEntryInfoTransacted (
transaction As KernelTransaction,
path As String,
continueOnException As Boolean,
pathFormat As PathFormat
) As FileSystemEntryInfo
public:
static FileSystemEntryInfo^ GetFileSystemEntryInfoTransacted(
KernelTransaction^ transaction,
String^ path,
bool continueOnException,
PathFormat pathFormat
)
static member GetFileSystemEntryInfoTransacted :
transaction : KernelTransaction *
path : string *
continueOnException : bool *
pathFormat : PathFormat -> FileSystemEntryInfo
Parameters
- transaction
- Type: Alphaleonis.Win32.FilesystemKernelTransaction
The transaction. - path
- Type: SystemString
The path to the file. - continueOnException
- Type: SystemBoolean
suppress any Exception that might be thrown as a result from a failure,
such as ACLs protected filesor non-accessible reparse points.
- pathFormat
- Type: Alphaleonis.Win32.FilesystemPathFormat
Indicates the format of the path parameter(s).
Return Value
Type:
FileSystemEntryInfoThe
FileSystemEntryInfo instance of the file or null on failure.
See Also