function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
partha_cegpartha_ceg 

Not able to open a network folder from a visualforce page

I need to open a Network folder from a page on a click of button

 

I am using javascript function openWindow('file:\\\\\<networkfolderpath>') in a vf page and its not working

 

If i use the same code and create a html file it seems to be working fine.  If i use the same code and create a on click javascript button i am getting an error 'Access is denied'. 

 

Any suggestions on this would be welcome.

partha_cegpartha_ceg

I tried opening a folder in local system with 'file:///c' and was not able to do it