Set "start in" box for a shortcut C# -


How do I start the path for a shortcut? I am creating shortcut using

  WshShellClass WshShell = new WshShellClass (); IWshRuntimeLibrary.IWsh shortcut shortcut;    

I believe that you use the property of IWshShortcut

  shortcut. Working Directory = "C: \ Temporary";   



Comments