Reputation: 19507
How do I print the application's path?
Upvotes: 3
Views: 2515
Reputation: 53669
NSLog( @"%@" , [[NSBundle mainBundle] bundlePath] );
Upvotes: 7