Hey Everyone,
My question is how do I get the bundle path in c++. Something similar to:
[[NSBundle mainBundle] pathForResource
"image" ofType
"png"]
How do I get the full path of a resource in the Application bundle in char[].
Thanks for your help!
My question is how do I get the bundle path in c++. Something similar to:
[[NSBundle mainBundle] pathForResource
How do I get the full path of a resource in the Application bundle in char[].
Thanks for your help!