为什么尝试使用removeItemAtIndexPath?

时间:2016-10-17 15:06:35

标签: swift try-catch nsfilemanager

我很好奇为什么removeItemAtPath需要包装在Swift 2中的try / catch块中

NSFileManager.defaultManager().removeItemAtPath(localPath.path!)

是否存在无法从本地路径中删除文件的情况,何时可能发生这种情况?

0 个答案:

没有答案