A similar question as been asked for example here.
Anyawy my need is not to open in browser the contents on the folder, like this:
<a href="file:///D:/Tools/">Open folder</a>
(bwt the above works on Chrome, it opens D:\Tools in my machine)
What I would like to achieve is opening the folder explorer at the given address (in case of Windows opening Windows Explorer at D:\Tools.
The scenario is: the web application (php) knows which folder to open, the user clicks a button and the folder is opened in folder eplorer. Somehow a manual workaround is:
- display the path in the browser
- the user copies it
- user opens folder explorer
- user pastes the path