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