- (NSDictionary *)attributesOfItemAtPath:(NSString *)path
error:(NSError **)error - returns the attributes of the item at the
specified path.
Parameters
- (NSString *)path
- String specifying the path.
- (NSError **)error
- Error object
Returns
(NSDictionary *) - returns a dictionary containing the attributes of the specified item. Attributes include fileSize, isFolder, and lastModifiedDate.