Click or drag to resize

DirectoryGetFileSystemEntryInfoTransacted Method (KernelTransaction, String)

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

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

Parameters

transaction
Type: Alphaleonis.Win32.FilesystemKernelTransaction
The transaction.
path
Type: SystemString
The path to the directory.

Return Value

Type: FileSystemEntryInfo
The FileSystemEntryInfo instance of the directory.
See Also