I'm developing Carbon Bundle Application now.
And I'm looking into the way of getting an own file path. but, even if the .app file of the ringback application is obtainable, an own .bundle file is unacquirable by the following ways.
If there is optimal way, please let me know.
And I'm looking into the way of getting an own file path. but, even if the .app file of the ringback application is obtainable, an own .bundle file is unacquirable by the following ways.
Code:
ProcessSerialNumber currentProcess = {0, kCurrentProcess};
GetProcessBundleLocation(¤tProcess, &fsRef);
If there is optimal way, please let me know.