I am attempting to create a link in a ArcGIS Pro popup that when clicked will open a folder location. Not a specific file, but folder. I am wondering if there is a way to get this to work in ArcGIS Pro 3.2.0. I believe I was able to do this in previous versions of Pro, but it appears to not work anymore with the HTML code I was using.
The popup link will work if it points to a specific file for example this HTML code works and the image opens as expected:
<a href="\\networkdrive\GIS\Record_Drawings\Scanned\0015\0015-0001.tif" target="_blank">Record Drawing Sheet</a>
The following HTML is what I am trying to get to work in a popup link to open the folder location and not the specific file, however I have had no luck getting it to work in Pro 3.2:
<a href="\\networkdrive\GIS\Record_Drawings\Scanned\0015" target="_blank">Record Drawing Folder</a>
Not sure if I am missing something or if it is a possible bug. Also if there are some possible alternative to get this to work in a popup within Pro 3.2.
**After some additional testing I can confirm being able to open a folder location via popup link is working in ArcGIS Pro 3.1.3 that same code is no longer working in ArcGIS Pro 3.2.0