Hi,
is it possible that an abstraction loads as [myabs] when only a myAbs.pd file is present under OS X? I can't test this right now.
I thought that filenames on Unix Systems are case sensitive and that they are not so on Windows.
thanks! P
On Tue, 2018-11-20 at 15:26 +0100, Peter P. wrote:
Hi,
is it possible that an abstraction loads as [myabs] when only a myAbs.pd file is present under OS X?
Yes, I believe so.
I thought that filenames on Unix Systems are case sensitive and that they are not so on Windows.
Depends on how the HFS+ filesystem was created. Both, case sensitive and case insensitive are possible. I think some filesystems typically used on Linux may have a feature to do case insensitive look-ups, but the common case is case sensitive.
Roman