How to Provide File Path in MII 12 to access file located in Network Path
Hi,
How can I locate a file which is placed Network Path?
Iam trying to access PDF file which is stored in Network Drive, I just want to open folder which contains all PDF files located in some Network Path on click of button.
I tried all possibilities like below:
window.open("file
\G:");
window.open("
SERVER-NAME
Folder Name");
But Iam unable to Fix this.
Please Help me in this regard
Regards,
Padma