Shell32GetShell32Info Method (String, PathFormat) |
Retrieves an instance of
Shell32Info containing information about the specified file.
Namespace: Alphaleonis.Win32.FilesystemAssembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax public static Shell32Info GetShell32Info(
string path,
PathFormat pathFormat
)
Public Shared Function GetShell32Info (
path As String,
pathFormat As PathFormat
) As Shell32Info
public:
static Shell32Info^ GetShell32Info(
String^ path,
PathFormat pathFormat
)
static member GetShell32Info :
path : string *
pathFormat : PathFormat -> Shell32Info
Parameters
- path
- Type: SystemString
A path to the file. - pathFormat
- Type: Alphaleonis.Win32.FilesystemPathFormat
Indicates the format of the path parameter(s).
Return Value
Type:
Shell32InfoA
Shell32Info class instance.
See Also