Re: Another memory question
Re: Another memory question
- Subject: Re: Another memory question
- From: Andreas Mayer <email@hidden>
- Date: Wed, 27 Aug 2003 01:17:42 +0200
Am Dienstag, 26.08.03 um 21:49 Uhr schrieb Jvrn Salewski:
(Or even shorter ?
NSString *demoFile = [[NSString stringWithString: @"~/Application User
Data/dsf.plist"] stringByExpandingTildeInPath];
)
Why not just
NSString *demoFilePath = [@"~/Application User Data/dsf.plist"
stringByExpandingTildeInPath];
bye. Andreas.
_______________________________________________
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.