Click or drag to resize

FileGetAttributesTransacted Method (KernelTransaction, String, PathFormat)

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

Namespace:  Alphaleonis.Win32.Filesystem
Assembly:  AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax
public static FileAttributes GetAttributesTransacted(
	KernelTransaction transaction,
	string path,
	PathFormat pathFormat
)

Parameters

transaction
Type: Alphaleonis.Win32.FilesystemKernelTransaction
The transaction.
path
Type: SystemString
The path to the file.
pathFormat
Type: Alphaleonis.Win32.FilesystemPathFormat
Indicates the format of the path parameter(s).

Return Value

Type: FileAttributes
The FileAttributes of the file on the path.
See Also