Home

Hyperlinq to a directory not working

Using the new Hyperlinq class to point to files and directories. For files it works create, for instance:
new Hyperlinq(@"C:\temp\test.txt").Dump();
will create a link to the file and when you click it the file will open.
But if you do:
new Hyperlinq(@"C:\temp\").Dump();
This will create a link but clicking it will do nothing. Is this a bug or do I need to create an association somewhere for a directory link?

Comments

Sign In or Register to comment.