Which approach is the best one
Which approach is the best one
- Subject: Which approach is the best one
- From: Apparao <email@hidden>
- Date: Mon, 21 Aug 2006 15:32:02 +0530
Hi All,
Is there any difference in the following Approaches:
Approach 1:
NSString *appPath = [[NSString stringWithString:@"~/Library/
Application Support/Application Name/"] stringByExpandingTildeInPath];
Approach 2:
NSString *appPath = [@"~/Library/Application Support/Application
Name/" stringByExpandingTildeInPath];
which approach is the best one to use?
-Apparao
_______________________________________________
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