예제 #1
0
 public bool ConsultIfExists(string file)
 {
     return(PrologCLR.InvokeFromC(() => File.Exists(file) && Consult(file), false));
 }