IShellLinkWSetPath Method
Sets the path and file name of a Shell link object
Namespace: DevCase.Win32.InterfacesAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
void SetPath(
string file
)
Sub SetPath (
file As String
)
Dim instance As IShellLinkW
Dim file As String
instance.SetPath(file)
void SetPath(
String^ file
)
abstract SetPath :
file : string -> unit
No code example is currently available or this language may not be supported.
Parameters
- file String
-
The address of a buffer that contains the new path.