marcrobledo / savegame-editors

A compilation of console savegame editors made with HTML5 technologies.
https://www.marcrobledo.com/savegame-editors/
Other
1.11k stars 229 forks source link

Show whole file location after selecting it (enhancement ) #203

Closed capitanjal closed 1 year ago

capitanjal commented 1 year ago

Show whole file location after selecting it, just as the title says

benwa commented 1 year ago

That's not actually possible, HTML5 will always return a fake path for security purposes.

marcrobledo commented 1 year ago

As @benwa said, this is not possible unfortunately. I recall Firefox had a workaround some time ago, but I'm not sure if that was deprecated.