Hey Guys

Delphi has three ways to find files:

> It looks in the same directory as the unit that is using the file
> It looks in the project's search path
> It looks in the enviroment search path

I guess the first two things work the same in Lazarus, but how about the third?
I can't seem to find any search-path setting that is global for all projects. Does Lazarus have this?

Thanks