Tagged Questions
0
votes
0answers
25 views
How to open a file and app from within a web browser
Is is possible to trigger a file to open in textedit and trigger terminal to open from an HTML link?
For example,
<a href="file://Applications/Folder/file.txt">Open file</a>
<a ...