gpt4 book ai didi

iOS NSBundle 获取项目文件结构中组内的所有文件

转载 作者:搜寻专家 更新时间:2023-10-31 19:29:32 25 4
gpt4 key购买 nike

我是 swift 的新手,但我正在尝试访问我放在“资源”组文件夹中的文件夹内容,同时使用路径作为 NSURL。我正在考虑使用“fileURLWithPath”,但我不太确定。这里是文件路径/Users/userName/Desktop/myapp/myapp/Resources/

最佳答案

在运行时,应用程序将使用它自己的数据容器,而不是您的桌面。

/Users/userName/Library/Developer/CoreSimulator/Devices/.../data/Containers/Bundle/Application/.../YourAppName.app

因此,您必须将文件复制到您的项目中。你可以通过这种方式获取你的文件..

// Swift 3
let files = Bundle.main.paths(forResourcesOfType: "mov", inDirectory: nil)
print(files.count)

关于iOS NSBundle 获取项目文件结构中组内的所有文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38558364/

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