Determining when database zip is unpacked
Posted
by adehaas
on Stack Overflow
See other posts from Stack Overflow
or by adehaas
Published on 2010-04-16T09:47:33Z
Indexed on
2010/04/16
9:53 UTC
Read the original article
Hit count: 150
I am fetching a db zip on initial startup of an AIR app (after 1st install), which I then unpack via FZip. After this operation I immediately need to load data from the generated sqlite db, which fails since I seem not able to determine when the zip is completely unpacked and/or the sqlite has been created.
Any suggestions? Thx!
© Stack Overflow or respective owner