Click or drag to resize
Shell32GetShell32Info Method (String, PathFormat)
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,
	PathFormat pathFormat
)

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: Shell32Info
A Shell32Info class instance.
See Also