我想在我的fileOpen
中有一个指向fileSource
路径的链接,以便当我单击该链接时,会在默认应用程序中打开fileOpen
。
我尝试使用
file://C:/Users/Me/Desktop/fileOpen.txt
但是我得到一个错误:
Unable to open 'fileOpen.txt': File not found (file://c:/Users/Me/Desktop/fileOpen.txt).
但是文件存在:当我将其粘贴到ctrl+r
中时,该文件将在VSCode中打开。
为什么我会收到此错误?
我在Windows 10上。
我看到了question,它们使用命令code.exe --goto
和vscode:// protocole
here,但是它们不符合我的需求。
fileSource示例:
#! /usr/bin/env python3
# Before modifying this file, you should read file://C:/Users/Me/Desktop/fileOpen.txt