Previous Topic: File and Path Name DelimitersNext Topic: Symbian OS Restrictions


How the Script Search Works

The script interpreter uses the following process to search the files:

  1. If the script has an absolute path name, the script is interpreted.
  2. If the script has relative access path, the path is searched relative to the current directory. If the path is not found, the file is searched relative to the directories mentioned in the environment variable PATH.
  3. If Step 2 fails, the path does not exist. Error 14 Cannot open script file appears.