Want to provide hyperlink which should open windows directory

I have created Data visualization dashboard for the reconciliation output of my python scripts. It worked fine. Now I have also implemented execution of python scripts from dashboard to enable other users to execute scripts. It also working fine.
My question is: Whatever output python script is generating, it gets saved in shared windows directory (e.g. Logs folder). I want to provide hyperlink on dashboard so that user can open Log folder directly from dashboard and open the output files.
I tried below code in layout but it is considering it as html page and not opening Log folder.

html.A(“Log Folder”, href=‘scripts/FDD_consolidated/logs’),

Can anyone help me in this if it is possible using plotly/dash.