Hi!
I make a level editor and I want to make choosen file moving into level folder. But FileChooser give me the "blob" URL and I need NWjs URL. How can I convert "blob" URL in "NWjs" URL?
Thank u!
These are different things. FileChooser is for browser games, in NWJS project use NWJS actions - "Show open dialog", "Show folder dialog".
Then in "On dialog OK" trigger you can get path from NWjs.ChosenPath expression
Develop games in your browser. Powerful, performant & highly capable.
Aaaaaaah thank u! Ö