Posts

Post not yet marked as solved
5 Replies
13k Views
In Xcode 8 beta 4 (8S188o),the following code error:var isFolder:ObjCBool = false;fileManager.fileExists(atPath: path, isDirectory: &isFolder); if isFolder { ------> "ObjcBool" is not convertible to "Bool" fileInfo.isFolder = true;}Why is this?
Posted
by chchy.
Last updated
.