Click or drag to resize
Shell32GetShell32Info Method (String)
Retrieves an instance of Shell32Info containing information about the specified file.

Namespace: Alphaleonis.Win32.Filesystem
Assembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax
public static Shell32Info GetShell32Info(
	string path
)

Parameters

path
Type: SystemString
A path to the file.

Return Value

Type: Shell32Info
A Shell32Info class instance.
See Also