FileGetFileSystemEntryInfo Method (KernelTransaction, String, PathFormat) |
Namespace: Alphaleonis.Win32.FilesystemAssembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax public static FileSystemEntryInfo GetFileSystemEntryInfo(
KernelTransaction transaction,
string path,
PathFormat pathFormat
)
Public Shared Function GetFileSystemEntryInfo (
transaction As KernelTransaction,
path As String,
pathFormat As PathFormat
) As FileSystemEntryInfo
public:
static FileSystemEntryInfo^ GetFileSystemEntryInfo(
KernelTransaction^ transaction,
String^ path,
PathFormat pathFormat
)
static member GetFileSystemEntryInfo :
transaction : KernelTransaction *
path : string *
pathFormat : PathFormat -> FileSystemEntryInfo
Parameters
- transaction
- Type: Alphaleonis.Win32.FilesystemKernelTransaction
The transaction. - path
- Type: SystemString
The path to the file or directory. - pathFormat
- Type: Alphaleonis.Win32.FilesystemPathFormat
Indicates the format of the path parameter(s).
Return Value
Type:
FileSystemEntryInfoThe
FileSystemEntryInfo instance of the file or directory.
See Also