Quantcast
Channel: Appcelerator Developer Center Q&A Unanswered Questions 20
Viewing all articles
Browse latest Browse all 8068

android module get file from appdata, appdata-private

$
0
0

i am downloading files to directories: Ti.Filesystem.getApplicationDataDirectory(); -> appdata-private:// Ti.Filesystem.getExternalStorageDirectory(); -> appdata:// (/data/data/com.test/files/appdata)

but i can't get files from there with native functions.

public static File getExternalStorageDirectory (); give a path: /mnt/sdcard/Android/data/com.test/files

so how do i get correct path?


Viewing all articles
Browse latest Browse all 8068

Trending Articles