Esempio n. 1
0
 public static bool CheckIfDataExists(string value)
 {
     return(File.Exists(GenParameters.GetFullPath(value)));
 }