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.