WorkingDirectory
property Sets/Gets the directory which will be the current directory
for the application pointed by the shortcut.
Syntax:
object.WorkingDirectory = string
variable = object.WorkingDirectory
Remarks:
This property should be used only if the shortcut starts an
application. If the shortcut points to a document it will have no
effect.
Applies to: SFShellLink object
|