(BOOL)isVisible
(BOOL)isVisible
- Subject: (BOOL)isVisible
- From: francois fauteux <email@hidden>
- Date: Thu, 18 Aug 2005 13:47:10 -0400
Hi !
I would like to set a browser to display only one peculiar folder in
column 0, let say the first letter is 'F'.
So, under
- (BOOL)isVisible
// It would have to state:
if(column==0)
// and then:
NSString *lastPathComponent = [self lastPathComponent];
return ([lastPathComponent length] ? ([lastPathComponent
characterAtIndex:0]!='F') : YES);
// and finally:
else return NO;
Anybody knows how I could formulate this all so that It works ?
Thanks for help and comments.
François Fauteux
A beginner
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden