获取指定路径文件方法

1.localFile = new File("/sdcard/myImage/"+str);

2.//localFile = new File(Environment.getExternalStorageDirectory().getPath()+"/"+"myImage/"+str);

你可能感兴趣的:(T)