Search found 2 matches

by OriginalPaladin
Thu May 09, 2024 7:46 pm
Forum: Feature Requests and Wishlists
Topic: #PB_FileSystem_Link not detecting on 6.10 LTS on Sonoma 14.4.1
Replies: 2
Views: 2079

Re: #PB_FileSystem_Link not detecting on 6.10 LTS on Sonoma 14.4.1

So this problem appears to be with OpenFileRequester or what it is doing now in Sonoma. OpenFileRequester is following the link to the linked file and returning the linked file, instead of the link itself. I do not believe this was the case before, but I'm not sure if it's a MacOS issue or a PB ...
by OriginalPaladin
Fri Apr 12, 2024 1:57 pm
Forum: Feature Requests and Wishlists
Topic: #PB_FileSystem_Link not detecting on 6.10 LTS on Sonoma 14.4.1
Replies: 2
Views: 2079

#PB_FileSystem_Link not detecting on 6.10 LTS on Sonoma 14.4.1

Hello,

I've written an app that deals with file and directory attributes and the #PB_File... attributes all seem to work fine except for #PB_FileSystem_Link. I've tested the same app/code on Linux and it is detecting linked files fine, but it is no longer detecting them on MacOS for me. It worked ...