コード例 #1
0
ファイル: video.cs プロジェクト: Poomse8/Ever-Afters
 //General purpose methods
 public static bool pathExists(String path)
 {
     //Check if a given path resolves to a video.
     return(SQLiteService.CheckPathExist(path));
 }