ShortcutFileInfoResolve Method

Resolves the target of a shortcut.

This is useful when the target of a shortcut file is changed from a drive letter to another, for example.

If the target can't be resolved, an error message would be displayed.

Definition

Namespace: DevCase.Core.IO.FileSystem
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public void Resolve(
	IntPtr owner,
	IShellLinkResolveFlags flags
)

Parameters

owner  IntPtr
A handle used to show an error message If the target can't be resolved.

This value can be Zero

Add NoUI flag to flags parameter to don't show any error message.

flags  IShellLinkResolveFlags
Flags that determine the resolve behavior.

See Also