How to check if a folder exists in Cocoa & Objective-C? May 25, 2023 by Tarik Use NSFileManager‘s fileExistsAtPath:isDirectory: method. See Apple’s docs here.