android程序中File tempfile = new File(mDirectoryname, sdf.format(new Date())+ ".jpg");此处 System.out.println(tempfile)  输出为 /mnt/sdcard/DCIM/Camera/2011-12-16-100120.jpg  这样的现需:  把 tempfile值赋给一个 String str变量,怎么弄呀(直接 赋不行,类型不同,可能需转)
       thanks