3

I really like how Hyperlinq allows you to hyperlinq to a website, but what about to a file? I would like to do something like this:

new Hyperlinq(@"C:\temp\afile.txt");
4

2 回答 2

10

这是 LINQPad 中的一个错误 - 我已经为下一次构建修复了它。

于 2013-05-08T03:51:07.203 回答
1

我努力了

new Hyperlinq(new Uri(@"C:\temp\afile.txt").ToString());

有了这个,你会得到一个有效的超链接,但我没有点击它来打开文件。

如果将链接粘贴到浏览器中,它可以工作。我不知道它是否是 LinqPad 的限制。

于 2013-05-08T01:38:01.310 回答