Lazarus

Programming => Operating Systems => macOS / Mac OS X => Topic started by: Igor Kokarev on April 19, 2021, 08:19:19 pm

Title: Lazarus project files in a symbolic link folder
Post by: Igor Kokarev on April 19, 2021, 08:19:19 pm
For some reason I use a symbolic link for a folder where I store a Lazarus project ("ln -s ...").

However when I open a Lazarus project in a symbolic link folder, Lazarus shows real paths for all project files, including .lpi file.

Is it possible force Lazarus "think" that a symbolic link folder is a "real" folder?

On Windows it works correctly with "mklink /j ...".
Title: Re: Lazarus project files in a symbolic link folder
Post by: trev on April 21, 2021, 08:34:51 am
In Windows mklink /j creates a HARD link, not a symbolic link. In macOS you cannot create hard links to directories, only symbolic links.
Title: Re: Lazarus project files in a symbolic link folder
Post by: Igor Kokarev on April 21, 2021, 08:58:25 am
Thanks, I've understood.
TinyPortal © 2005-2018