Question

How do I print the application's path?

Was it helpful?

Solution

NSLog( @"%@" , [[NSBundle mainBundle] bundlePath] );
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top