File externalFile = getApplicationContext().getExternalFilesDir( null );///storage/emulated/0/Android/data/com.example.testnativecplusplus/files
File externalFile1 = getApplicationContext().getExternalFilesDir( null ).getParentFile();
C++学习(四七四)java获取上一级目录
阅读 204
2022-01-11
File externalFile = getApplicationContext().getExternalFilesDir( null );///storage/emulated/0/Android/data/com.example.testnativecplusplus/files
File externalFile1 = getApplicationContext().getExternalFilesDir( null ).getParentFile();
相关推荐
精彩评论(0)