gpt4 book ai didi

swift - 如何在swift中保存应用程序主目录sqlite文件?

转载 作者:行者123 更新时间:2023-11-30 14:06:35 26 4
gpt4 key购买 nike

我有这个功能:

 func takeDatabase() -> FMDatabase {
let documentsFolder = NSSearchPathForDirectoriesInDomains(.DocumentDirectory, .UserDomainMask, true)[0] as! String
let path = documentsFolder.stringByAppendingPathComponent("test.sqlite")

let database = FMDatabase(path: path)
// println(path)
if !database.open() {
println("Unable to open database")

}

return database
}

我想更改路径,使其位于我的应用程序的主目录中。我怎样才能做到这一点?我尝试了很多,但没有结果。

谢谢

最佳答案

First You have to Know The Concept OF sandboxing. after reading the docment you got idea . After what you want comment Here.

  • 这个Link将帮助您使用目录

关于swift - 如何在swift中保存应用程序主目录sqlite文件?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32313218/

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