While looking at a bug in the way the services system was using
NSUserDirectory and appending Library to get the user's Library
direcdtory (which was always wrong, but used to work), I decided to
check what MacOS-X does.
It returns /Users and /Network/Users when given the all domains mask.
So this constant should return the directories in which user's home
directories can be found.
This is *not* what the current GNUstep implementation does.
I guess we should try to emulate MacOS-X behavior ... and I guess
that means we need further filesystem modifications to make and
base ... does that sound reasonable?
_______________________________________________
Gnustep-dev mailing list
Gnustep-dev@gnu.org
http://lists.gnu.org/mailman/listinfo/gnustep-dev