access files from assets/www directory

后端 未结 3 1155
没有蜡笔的小新
没有蜡笔的小新 2020-11-28 11:34

let\'s say I\'ve got a file called foo.html sitting (quite comfortable) in my assets/www directory (next to my index.html).

I\'d like to copy that file

3条回答
  •  一整个雨季
    2020-11-28 12:04

    Leon - "you cannot actually write into the assset/www folder, only to an SD card" The first part is true, you can not write to the asset/www path. But, if the app is installed on the device, you can create and write to a file and it gets created at android's root. If the app is installed on an SD card, that file gets created at the SD card's root. Files thusly created are NOT deleted or altered when clearing user data for the app and are NOT deleted when the app is deleted.

提交回复
热议问题