[This is preliminary documentation and is subject to change.]
Resolves link target
Namespace: Tools.IOtAssembly: Tools.Win (in Tools.Win.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
public static Path ResolveLink(
Path link
) |
| Visual Basic |
|---|
Public Shared Function ResolveLink ( _
link As Path _
) As Path |
| Visual C++ |
|---|
public:
static Path^ ResolveLink(
Path^ link
) |
| F# |
|---|
static member ResolveLink :
link:Path -> Path
|
| JScript |
|---|
public static function ResolveLink(
link : Path
) : Path |
Return Value
Address of link target. Returns null when link cannot be resolved (i.e.
link is not valid *.LNK file)
Exceptions
See Also