1 year ago
#299765
Dries
I'm trying to change the default application for a certain file extension so that I can run my javascript file automatically on startup of the file
Currently I am making a viewer for IFC files in javascript which is supposed to render a 3D mesh. Meaning that I want to use that javascript application as a default application to open IFC files. But I am unsure on how to start the rendering process when I actually click a file with that file extension. How can I receive the file path from where I opened the file so I can load it directly into my application.
javascript
executable
default
file-extension
0 Answers
Your Answer