disciple-dev32 downloadsConvert links to local Windows filesystem so they can be opened in File Explorer.
When you past a file path into the Obsidian Editor, prompt to convert it to a lickable link.
Pasting C:\Users\Public from the clipboard will show a modal dialog:

And will creat the markdown:
[Public](file:///C:/Users/Public)
Pasting C:\Users\Public\Desktop\VLC media player.lnk will open VLC when clicked.