Application Private Folder - Drive Full Error (Symbian ^3 Nokia C7)
-
I have a zip file (100mb) in Application private folder. It's download and saved by the App.
When i search it in Symbian File manager and try to open it. Below error occur.
Drive Full e:\private xxxx\xxxxxxx\xxx
But if i copy it to other folder. I can open it. =_=
Thanks.
-
ZipManager probably doesn't have enough capabilities to open a file from private directory.
Perhaps, you should store the file to some common location? -
I see. In fact, i use QuaZip in the Symbian App to unzip a file which stored in Private Folder (And i also stored them to Common location for testing)
But when the file size is over 20mb, the QuaZip not work. I tested many times and found out this limitation.
So that i try to use "ZipManager" to unzip a file in order to make sure the file can be unzip.
This is the background of this thread. >_<
-
How about then splitting the zip file to several smaller packages and using QuaZip?