ShellBrowser Delphi Components Documentation
|
For a given path to an Windows shortcut (.LNK-file) this function returns the corresponding IShellLink interface.
class function GetIShellLink(const pPath: string): IShellLink; overload;
Parameters |
Description |
const pPath: string |
The path to the Windows shortcut file. |
IShellLink: The IShellLink interface or nil if an error occurred.