Hi,

I am currently porting a small text adventure engine using emscripten. So 
far it works pretty good (emscripten is really cool, I had never thought 
something like this is possible). Now I am at the point where I want to 
port the load/restore feature by storing the savegames in the emscripten FS 
with indexeddb and this seems to work well, too.

But I have two questions left, I wasn't able to find an answer in all the 
soures and the docs, perhaps I overlooked something obvious?!?

I am using an IDBFS storage for the savegames. I there a simple way of 
listing the contents of the related directory?

It seems, that existing files do not get overriden with new content. Do I 
need to delete the existing file or should this work and I am probably 
doing something wrong?!?

Thanks for your help (and a big thank you to everyone involved with 
emscripten dev!)
Stefan

-- 
You received this message because you are subscribed to the Google Groups 
"emscripten-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to