开发者

how to open windows explorer through a hyperlink?

开发者 https://www.devze.com 2023-04-04 15:59 出处:网络
How can 开发者_C百科I open a folder in windows explorer through a html site with a hyperlink? This example just opens the folder in the webbrowser:

How can 开发者_C百科I open a folder in windows explorer through a html site with a hyperlink?

This example just opens the folder in the webbrowser:

<a href="file:///folder">Open Folder in Windows Explorer</a>


This cannot be done for security reasons. It is deliberately prevented.

0

精彩评论

暂无评论...
验证码 换一张
取 消