110111112113114115116117118119120
} // No existing user trash was found: create the folder, only if it doesn't already exist. if(!trashDir.exists()) { try { trashDir.mkdirs(); trashDir.getChild("info").mkdir(); trashDir.getChild("files").mkdir(); return trashDir; }