Forum Discussion
Eric Adler
Oct 04, 2016Steel Contributor
link to a file/folder on file share
looking for suggestions on how to link to a file or folder on a file share from a SharePonit (on Office 365) list or page
Norman Di Pasquale
Oct 04, 2016Iron Contributor
It seems that the only way to do this is to manually modify the HTML on the page (yuck!) and insert links that are formatted as follows:
<a href="file://server/share/">Server Share</a>
<a href="file://server/share/">Server Share</a>