Is #PB_FileSystem_Link set on MacOS for hard links?

Just starting out? Need help? Post your questions and find answers here.
Mistrel
Addict
Addict
Posts: 3415
Joined: Sat Jun 30, 2007 8:04 pm

Is #PB_FileSystem_Link set on MacOS for hard links?

Post by Mistrel »

DirectoryEntryAttributes() provides a result which includes #PB_FileSystem_Link, according to the documentation:
On Linux or MacOSX, Attributes is a combination of these values:
#PB_FileSystem_Link : The file is a symbolic link
Would someone mind testing to see what the result is for aliases and hard links?