1.4 Locate the Script File

<..search script file..>
 String f = FileInfo.searchFile( scriptFile );
 if( f == null ){
    throw new java.io.FileNotFoundException( scriptFile );
 } else {
    scriptFile = f;
 }
 -_-_-

[System Properties]