mirror of
https://github.com/gnustep/libs-base.git
synced 2025-06-01 09:02:01 +00:00
* Headers/Foundation/NSFileManager.h
* Source/NSFileManager.m add attributesOfItemAtPath:error: git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@30822 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
cfd056e44e
commit
af2be47796
3 changed files with 95 additions and 0 deletions
|
@ -248,6 +248,9 @@ typedef uint32_t OSType;
|
|||
- (NSDirectoryEnumerator*) enumeratorAtPath: (NSString*)path;
|
||||
- (NSDictionary*) fileAttributesAtPath: (NSString*)path
|
||||
traverseLink: (BOOL)flag;
|
||||
|
||||
- (NSDictionary *)attributesOfItemAtPath:(NSString *)path error:(NSError **)error;
|
||||
|
||||
- (BOOL) fileExistsAtPath: (NSString*)path;
|
||||
- (BOOL) fileExistsAtPath: (NSString*)path isDirectory: (BOOL*)isDirectory;
|
||||
- (NSDictionary*) fileSystemAttributesAtPath: (NSString*)path;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue