| Declared in | NSFileManager+GBFileManager.h<br />NSFileManager+GBFileManager.m |
Extensions to NSFileManager .
- isPathDirectory:
Determines if the given path is a directory.
- isPathDirectory:
Determines if the given path is a directory.
Determines if the given path is a directory.
- (BOOL)isPathDirectory:(NSString *)path Returns YES if the given path is a directory, NO otherwise.
Determines if the given path is a directory.
The method returns YES if the given path exists and is a directory, NO otherwise. This makes directory checking one-line of code, however does not give information on whether the path exists or not! Use `
NSFileManager+GBFileManager.hNSFileManager+GBFileManager.m