Re: How to get NSOpenPanel to allow navigation into packages?
Re: How to get NSOpenPanel to allow navigation into packages?
- Subject: Re: How to get NSOpenPanel to allow navigation into packages?
- From: Stéphane Sudre <email@hidden>
- Date: Mon, 3 Mar 2003 12:44:06 +0100
On Monday, March 3, 2003, at 07:18 AM, Simon Fraser wrote:
I want to allow the user to navigate inside application and other
packages from the NSOpenPanel of my app. Is there a way to do this?
As the documentation is stating:
setTreatsFilePackagesAsDirectories:
- (void)setTreatsFilePackagesAsDirectories:(BOOL)flag
Sets the receiver's behavior for displaying file packages (for example,
MyApp.app) to the user. If flag is YES, the user is shown files and
subdirectories within a file package. If NO, the NSSavePanel shows each
file package as a file, thereby giving no indication that it is a
directory.
See Also: - treatsFilePackagesAsDirectories
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.