whitesaint
cocoa love
The method "stringByExpandingTildeInPath" won't work for me. Can anyone help please?
here is a code snippet:
NSString * myString = @"~/Desktop/";
[myString stringByExpandingTildeInPath];
NSLog(@"myString = %@", myString);
But i keep getting the same "~/Desktop/"! Am I doing somthing wrong? Help!!
here is a code snippet:
NSString * myString = @"~/Desktop/";
[myString stringByExpandingTildeInPath];
NSLog(@"myString = %@", myString);
But i keep getting the same "~/Desktop/"! Am I doing somthing wrong? Help!!