6

getenv("TMPDIR")返回NULL。关于什么是临时文件夹/在哪里创建一个的任何建议?

4

1 回答 1

8

据我所知,Android 中没有全局 /tmp,您应该使用缓存目录。

用于getCacheDir()获取“ tmp ”目录。

http://developer.android.com/guide/topics/data/data-storage.html#filesInternalhttp://developer.android.com/reference/android/content/Context.html#getCacheDir%28%29

于 2012-04-26T10:51:47.867 回答