posted 8 years ago
Hi! I just began to study Objective-C and I am not an expert in MAC OS either.
I'm trying to use the stringByExpandingTildeInPath:
It would be expected for this method to return the String "/Users/baldo" (suppose my user is 'baldo'). But the NSLog just prints '~'.
What I am doing wrong?
Thank you!
I'm trying to use the stringByExpandingTildeInPath:
It would be expected for this method to return the String "/Users/baldo" (suppose my user is 'baldo'). But the NSLog just prints '~'.
What I am doing wrong?
Thank you!
...ops!<br>-----------------<br>
SCJD<br>
SCWCD 1.4<br>
SCJP 1.4
Daniel Abramowicz
Greenhorn
Posts: 3
posted 7 years ago
I Can't believe it took HOURS for me to solve this
That's why I hate apple
the problem is that there are apparently 2 different characters for the "~"... one of them is a small tide like the one that appears over the "a" in "ã" and the other one is in the center and bigger, like "~".
That's why I hate apple
the problem is that there are apparently 2 different characters for the "~"... one of them is a small tide like the one that appears over the "a" in "ã" and the other one is in the center and bigger, like "~".
posted 7 years ago
Where is Apple's fault?
Daniel Abramowicz wrote:I Can't believe it took HOURS for me to solve this
That's why I hate apple
the problem is that there are apparently 2 different characters for the "~"... one of them is a small tide like the one that appears over the "a" in "ã" and the other one is in the center and bigger, like "~".
Where is Apple's fault?

expectation is the root of all heartache - shakespeare. tiny ad:
Thread Boost - a very different sort of advertising
https://coderanch.com/t/674455/Thread-Boost-feature
|