Panther: Regression in NSOpenPanel?
Panther: Regression in NSOpenPanel?
- Subject: Panther: Regression in NSOpenPanel?
- From: Stéphane Sudre <email@hidden>
- Date: Wed, 4 Feb 2004 00:42:36 +0100
In the Great Jaguar, you could use:
NSUserDefaults * tDefaults;
tDefaults=[NSUserDefaults standardUserDefaults];
[tDefaults setBool:YES forKey:@"AppleShowAllFiles"];
[tDefaults synchronize];
to display all the files - hidden or not- in a NSOpenPanel.
In panther, you can't anymore from what I'm seeing.
Is there a new workaround?
_______________________________________________
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.