我正在制作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)
}