How can I create a link to a local file on a locally-run web page?

后端 未结 5 982
野性不改
野性不改 2020-11-22 03:15

I\'d like to have an html file that organizes certain files scattered throughout my hard drive. For example, I have two files that I would link to:

  • C:\\P
5条回答
  •  醉梦人生
    2020-11-22 03:47

    I've a way and work like this:

    <'a href="FOLDER_PATH" target="_explorer.exe">Link Text<'/a>
    

提交回复
热议问题