Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
You said:I want to create a desktop folder
Me said:consider using the FileSystemObject ActiveX control's "CreateFolder" method
You said:The FileSystemObject "CreateFolder" method works perfectly
You said:My next step and final step is to enable the end user to add this folder to their Windows 7 desktop using an IE browser on a trusted intranet site. Any ideas?
You said:I believe the code you referenced on the MS site provides guidence on how to create a folder in the root of c:\
MSDN said:foldername - required. String expression that identifies the folder to create.