how to set path on NSPathControl
how to set path on NSPathControl
- Subject: how to set path on NSPathControl
- From: Sandeep Mohan Bhandarkar <email@hidden>
- Date: Mon, 3 Oct 2011 20:20:43 -0700
Hi All,
Can some one let me know if it is possible to set a NSPathControl using a NSString. I tried the follwong.
NSString *Node1 = @"Test1";
NSString *Node2 = @"Test2";
[rootSubRootPath setURL:[NSURL URLWithString:[NSString stringWithFormat:@"/%@/%@", Node1, Node2]]];
Here rootSubRootPath is a object of type of NSPathControl. Can some one please let me know if it is possible to set a path using a NSString.
Thanks and Regards,
Sandeep.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden