Can we put ":" in the name of a folder?
For example if I want that the name of my file(case) is the hour of today (on this form 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);