FileGetAttributesTransacted Method (KernelTransaction, String) |
Namespace:
Alphaleonis.Win32.Filesystem
Assembly:
AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax public static FileAttributes GetAttributesTransacted(
KernelTransaction transaction,
string path
)
Public Shared Function GetAttributesTransacted (
transaction As KernelTransaction,
path As String
) As FileAttributes
public:
static FileAttributes GetAttributesTransacted(
KernelTransaction^ transaction,
String^ path
)
static member GetAttributesTransacted :
transaction : KernelTransaction *
path : string -> FileAttributes
Parameters
- transaction
- Type: Alphaleonis.Win32.FilesystemKernelTransaction
The transaction. - path
- Type: SystemString
The path to the file.
Return Value
Type:
FileAttributesThe
FileAttributes of the file on the path.
See Also