Exemple #1
0
 public static boolean exists(Context c, String name) {
   return FileUtils.exists(getRemoteDir(c, name));
 }