List of utility methods to do Path Crop
if (file.getPath().startsWith(cropper.getPath())) { return new File(file.getPath().replace(cropper.getPath(), "")); return file;