Hi,
I have a Lazarus application that loads files that are stored in
the directory "extra" which is a subdirectory of the application directory.
This line works in Windows as well as in Linux:
dir := ExtractFileDir(Application.Exename) + DirectorySeparator + 'extra';
How can I adjust the code so that it also works with MacOS?
Thank you!

stem