How do I create a link on a website that will open a specific folder on the local drive of the end user?
This is on a private website and each person visiting this website has the same folder structure on their computer. For example, each user will have C:\abc\def\. How do I make that folder open up on the users desktop from a website link?
I tried the full path: C:\abc\def
I also tried this: file:///c:\abc/def
Neither seem to work.
Thanks in advanced.











Bookmarks