converts /some/path/file.json to file.json
static String getFileName(String path) { return path.replaceAll('\\', '/').split('/').last; }