I am presenting all paths from some folder on the webpage and for files resisting but unfortunetly being on webpage and clinking on that links files are not opening, just nothing happened.
This is how I am doing loop to see all files:
@For Each item As String In Model
@<a href="file:///@item">@IO.Path.GetFileName(item)</a>@<br>
Next
Then all filenames are poping up, when I move my mouse on some of them I see:
file:///D:/somefolder/file.txt
But when I am clicking nothing is happening.