Xcode项目目录

时间:2012-02-24 01:56:33

标签: xcode directory

是否有任何变量或预设功能可以检索项目/应用程序目录或位置。我需要能够从实现文件中调用此变量或函数。

谢谢!

1 个答案:

答案 0 :(得分:0)

- (NSURL *)appURL
{
    return [NSURL fileURLWithPath:[[NSBundle mainBundle] bundlePath]];
}

更多信息:https://developer.apple.com/library/mac/#documentation/Cocoa/Reference/Foundation/Classes/NSBundle_Class/Reference/Reference.html