Cannot find file after decompressing from archive in Android
Posted
by Calvin Seto
on Stack Overflow
See other posts from Stack Overflow
or by Calvin Seto
Published on 2010-06-03T19:27:21Z
Indexed on
2010/06/03
19:54 UTC
Read the original article
Hit count: 265
I am using ZipInputStream and BufferedOutputStream to decompress a file from a zip archive in Android 1.6. The code runs without exceptions, but when I check the existance of the file, I can't find it. I am just looking for the filename. Is there an application directory that stores this file? Do I need to specify a directory?
© Stack Overflow or respective owner