Ejemplo n.º 1
0
 //General purpose methods
 public static bool pathExists(String path)
 {
     //Check if a given path resolves to a video.
     return(SQLiteService.CheckPathExist(path));
 }