TheLearner
TheLearner

Reputation: 19507

How do I print the application's path?

How do I print the application's path?

Upvotes: 3

Views: 2515

Answers (1)

drawnonward
drawnonward

Reputation: 53669

NSLog( @"%@" , [[NSBundle mainBundle] bundlePath] );

Upvotes: 7

Related Questions