The library Search Paths dialog below shows a checked list box containing a list of library paths.



To Remove a path, select the path to be removed and click the Remove button

To add a path, click the Add button and choose the directory path from the Folders Dialog.

To revert to system defaults click on the Default button.  This will remove all your search paths leaving the fixed search path which reflect the Compiler's default search paths.

Click Apply to accept the changes

Click Cancel to close the form with out applying any o f the changes you have made.

When the check box to the right of each entry is unchecked that entry will be excluded from the Search paths allowing you to temporarily disable a path with out having to remove it.

Warning - When no path is provided to an Include FileName the compiler will search in the following directories:

       1st        Within the BASIC program's directory
       2nd        Within the Compiler's current directory
       3rd        Within the User's includes folder, located in the User's PDS directory
       4th        Within the Includes folder of the compilers directory
       5th        Within the Includes\Sources folder of the compilers directory

Any other location must be defined explicitly for the compiler to use it.  Therefore if you have added search paths in this dialog you will still have to explicitly state the full FileName in your source file.