Click or drag to resize
FileGetFileSystemEntryInfo Method (KernelTransaction, String)
[AlphaFS] Gets the FileSystemEntryInfo of the file on the path.

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

Parameters

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

Return Value

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