Click or drag to resize

FileGetFileSystemEntryInfoTransacted Method (KernelTransaction, String, Boolean)

[AlphaFS] Gets the FileSystemEntryInfo of the file on the path.

Namespace:  Alphaleonis.Win32.Filesystem
Assembly:  AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax
public static FileSystemEntryInfo GetFileSystemEntryInfoTransacted(
	KernelTransaction transaction,
	string path,
	bool continueOnException
)

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.

Return Value

Type: FileSystemEntryInfo
The FileSystemEntryInfo instance of the file or null on failure.
See Also