More on my writeToFile:atomically: problem
More on my writeToFile:atomically: problem
- Subject: More on my writeToFile:atomically: problem
- From: Mike Beam <email@hidden>
- Date: Sat, 11 Aug 2001 16:50:29 -0500
Hello Again,
Well, I did som more troubleshooting and came up with something. The path I
used was constructed by doing this:
Path = @"~/Library/Preferences/test.plist";
Path = [path stringByExpandingTildeInPath];
Well, I never sent a retain to path after that and therein lies my problem.
I didn't even think of stringByExpandingTildeInPath as returning an
autoreleased object. Anyway, thanks for the help!
Mike