Just to clarify … this thread is about code, not about design. The appropriate initial directory offered by File > Open under various conditions is a design decision. The answer may vary for different apps.
This thread is about the code that you write, or don’t, after the design decision is made. The lessons are: 1. If a developer reads the documentatation and says “I want the default behavior”, and therefore writes no code, they will find that the default behavior they get does not match they read. 2. If a developer reads the documentatation and says “I want customized behavior”, and uses one of the two techniques given in the documentation to customize the behavior, the behavior will not be customized as expected. _______________________________________________ Cocoa-dev mailing list ([email protected]) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
