Do we need NSFileCoordinator to check if directory exists on iCloud?

I want to check if a paritcular directory (in my own app's container) exists in iCloud or not ... can I just use [[NSFileManager defaultManager] fileExistsAtPath: isDirectory:] with the path to the directory ... or do I have to first use NSFileCoordinator and do the check inside?