Swift fileExistsAtPath始终返回false

时间:2015-10-18 12:06:00

标签: ios xcode swift

在我的代码中,我试图获取getFilePath的路径,然后检查文件是否存在。

文件存在,但返回false。

这是我的代码:

let myPath = getFilePath()

let fileExists = NSFileManager.defaultManager().fileExistsAtPath(myPath as String)

myPath是一个NSString,这是它在debug

上返回的内容
myPath  NSString    "/Users/ricardoalves/Library/Developer/CoreSimulator/Devices/1B8360B0-F6CD-4A53-B33D-698091E2D506/data/Containers/Data/Application/985AB3BD-89BC-45FF-AC26-97DD24B304FA/Documents/data.plist"   0x7aea8cd0

0 个答案:

没有答案