diff options
Diffstat (limited to 'WebKit/mac/Misc/WebNSFileManagerExtras.h')
-rw-r--r-- | WebKit/mac/Misc/WebNSFileManagerExtras.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/WebKit/mac/Misc/WebNSFileManagerExtras.h b/WebKit/mac/Misc/WebNSFileManagerExtras.h index d6e26ee..c2287f9 100644 --- a/WebKit/mac/Misc/WebNSFileManagerExtras.h +++ b/WebKit/mac/Misc/WebNSFileManagerExtras.h @@ -50,5 +50,7 @@ - (BOOL)moveItemAtPath:(NSString *)srcPath toPath:(NSString *)dstPath error:(NSError **)error; - (BOOL)removeItemAtPath:(NSString *)path error:(NSError **)error; - (NSDictionary *)attributesOfFileSystemForPath:(NSString *)path error:(NSError **)error; +- (NSString *)destinationOfSymbolicLinkAtPath:(NSString *)path error:(NSError **)error; +- (NSDictionary *)attributesOfItemAtPath:(NSString *)path error:(NSError **)error; @end #endif |