gpt4 book ai didi

swift - 使用 swift 获取 OS X 中 .app 包的绝对路径

转载 作者:行者123 更新时间:2023-11-30 10:03:08 24 4
gpt4 key购买 nike

我正在尝试找到一个简单的 OS X 应用程序运行的路径。我试过了

let fileManager = NSFileManager.defaultManager()
let path = fileManager.currentDirectoryPath

但是path始终具有值/。如何获取绝对路径,例如如果 .app 是从 /Users/xxx/sandbox/sample.app 执行的,我期望值 /Users/xxx/sandbox

这可能吗?

最佳答案

使用NSBundle:

let path = NSBundle.mainBundle().bundleURL.URLByDeletingLastPathComponent!.path!

关于swift - 使用 swift 获取 OS X 中 .app 包的绝对路径,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37369696/

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