- (BOOL)removeItemAtPath:(NSString *)path error:(NSError
**)error - remove the item at the specified path.
Parameters
- (NSString *)path
- String specifying the path.
- (NSError **)error
- Error object
Returns
(BOOL) - true if the file/folder was removed successfully.