如何使用Swift找出我的应用程序位于何处

时间:2018-01-13 02:24:32

标签: swift macos cocoa

我正在制作Cocoa应用程序,使用xcode构建应用程序时没有问题,但是当我使用编译应用程序时,路径为/。 我转过沙盒BTW。

@IBAction func showMeCurrentDIrector(_ sender: Any) {
        let fileManger=FileManager.default  
        lblShow.stringValue = fileManger.currentDirectoryPath.description
        print(type(of: fileManger.currentDirectoryPath.description))
        print(fileManger.currentDirectoryPath.description)
    }

Xcode compiled vs Final App

0 个答案:

没有答案