I am just starting out so bare with my ignorance please.
I know my current issue is not hard to figure out to experienced devs. But
for a person like me that is just now learning it is very difficult.
Following the stanford dev program I am stuck on working with paths.
I need to create a NSString found the correct path method but I am stuck @ trying to expand it.
I have tried diffrent methods to tell the system that ~=/users/frank.
What would be the proper way to write such path on xcode?
I have searched online and found a few helpful blogs that explain how
cooca work with strings etc.
I know my current issue is not hard to figure out to experienced devs. But
for a person like me that is just now learning it is very difficult.
Following the stanford dev program I am stuck on working with paths.
I need to create a NSString found the correct path method but I am stuck @ trying to expand it.
NSString *path =@"~";
Is it supposed to be like */users/frank =@"~";
I have tried diffrent methods to tell the system that ~=/users/frank.
What would be the proper way to write such path on xcode?
I have searched online and found a few helpful blogs that explain how
cooca work with strings etc.