Exemple #1
0
 public bool Exists()
 {
     return(ScriptFileName.FileExists());
 }
Exemple #2
0
 public bool Exists()
 {
     FindTargetSpecificScriptFileName();
     return(ScriptFileName.FileExists());
 }