- Home
·
- Miscellaneous
·
- Simple Function for VB to create shortcut of any file/folder to desired location
Simple Function for VB to create shortcut of any file/folder to desired location
Simple Function for VB to create shortcut of any file/folder to desired location
Rate Simple Function for VB to create shortcut of any file/folder to desired location
(1(1 Vote))
Set java = CreateObject("Wscript.shell")
Set Shortcut = java.Createshortcut(Path & "\" & Shortcutname)
Shortcut.targetpath = (Target)
Shortcut.WindowStyle = Winstyle
Shortcut.save
End Function
Simple Function for VB to create shortcut of any file/folder to desired location Comments
No comments yet — be the first to post one!
Post a Comment