Home | History | Annotate | Download | only in Misc

Lines Matching full:error

49 - (NSArray *)contentsOfDirectoryAtPath:(NSString *)path error:(NSError **)error;
50 - (BOOL)moveItemAtPath:(NSString *)srcPath toPath:(NSString *)dstPath error:(NSError **)error;
51 - (BOOL)removeItemAtPath:(NSString *)path error:(NSError **)error;
52 - (NSDictionary *)attributesOfFileSystemForPath:(NSString *)path error:(NSError **)error;
53 - (NSString *)destinationOfSymbolicLinkAtPath:(NSString *)path error:(NSError **)error;
54 - (NSDictionary *)attributesOfItemAtPath:(NSString *)path error:(NSError **)error;