Bug or intentionally removed? (Directory a hrefs no longer work)
I used to be able to dump clickable links to relevant directories via
LINQPad.Util.RawHtml("<a href=\"" + path + "\" >link</a>").Dump(path);however it seems it no longer works, was this removed or just lost?
Comments
You can use Hyperlinq to bypass this limitation:
new Hyperlinq (() => Process.Start (pathOrURI), "Click me").Dump();