我们可以在文件夹名称中加上“:”吗?
例如,如果我希望我的文件(案例)的名称是今天的时间(在此表格上 14:38)。
String outString = new SimpleDateFormat("dd-MM-yyyy hh-mm-ss").format(new Date());
File dossierphoto = new File(Environment.getExternalStorageDirectory() +
"/Dossier Client/" +
cli.getClientId() + "/" +
outString);