Shell32GetShell32Info Method (String) |
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
)
Public Shared Function GetShell32Info (
path As String
) As Shell32Info
public:
static Shell32Info^ GetShell32Info(
String^ path
)
static member GetShell32Info :
path : string -> Shell32Info
Parameters
- path
- Type: SystemString
A path to the file.
Return Value
Type:
Shell32InfoA
Shell32Info class instance.
See Also