gpt4 book ai didi

objective-c - bundleAtPath 给了我错误的路径

转载 作者:行者123 更新时间:2023-12-03 16:55:12 26 4
gpt4 key购买 nike

我已经在我的应用程序项目中放入了一个实际的文件夹,我想取出该文件夹的内容。我已经尝试了下面的代码,但它总是将我发送到计算机上的主目录。如何进入应用程序的根级别?

NSArray *test = [[NSFileManager defaultManager] contentsOfDirectoryAtPath:[[NSBundle bundleWithPath:@"/test"] bundlePath] error:nil];

NSLog(@"%@", test);

最佳答案

您的应用程序的 bundle 由[NSBundle mainBundle]给出。按照您的代码示例,目录的路径是:

[[[NSBundle mainBundle] bundlePath] stringByAppendingPathComponent:@"test"]

关于objective-c - bundleAtPath 给了我错误的路径,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9974056/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com