IShellLinkWSetWorkingDirectory Method
Sets the name of the working directory for 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 SetWorkingDirectory(
string dir
)
Sub SetWorkingDirectory (
dir As String
)
Dim instance As IShellLinkW
Dim dir As String
instance.SetWorkingDirectory(dir)
void SetWorkingDirectory(
String^ dir
)
abstract SetWorkingDirectory :
dir : string -> unit
No code example is currently available or this language may not be supported.
Parameters
- dir String
-
The address of a buffer that contains the name of the new working directory.