Page 1 of 1

Get the URL of local storage

Posted: Mon Dec 09, 2019 3:10 pm
by DjPoke
Hello,

Is it possible to get the URL of a text file after loading it on the local storage ? (a file opened with the "openrequester")
I would like to load sprites in the same folder as this file...

Thanks


EDIT:
It seems that "LoadSprite" command can't load on local storage for now. But i think it's possible to load an image, and draw it in a sprite.
About the URL, may be that i've just to get the computer's open requester last path ? This can be done in javascript ? I'll take a look...

EDIT2:
I can't find anything about this on the web.

EDIT3:
Get the path is impossible, for security... End of this subject. I'll search another way to do what i have to do.