|
Oolite 1.91.0.7712-251017-85ce217
|
#include <NSFileManagerOOExtensions.h>
Instance Methods | |
| (NSArray *) | - commanderContentsOfPath: |
| (NSString *) | - defaultCommanderPath |
| (NSArray *) | - oo_directoryContentsAtPath: |
| (BOOL) | - oo_createDirectoryAtPath:attributes: |
| (NSDictionary *) | - oo_fileAttributesAtPath:traverseLink: |
| (NSDictionary *) | - oo_fileSystemAttributesAtPath: |
| (BOOL) | - oo_removeItemAtPath: |
| (BOOL) | - oo_moveItemAtPath:toPath: |
| (BOOL) | - oo_oxzFileExistsAtPath: |
Definition at line 37 of file NSFileManagerOOExtensions.h.
| - (NSArray *) commanderContentsOfPath: | (NSString*) | savePath |
Definition at line 38 of file NSFileManagerOOExtensions.m.
References nil, oo_directoryContentsAtPath:, OODictionaryFromFile(), OOLog, and OOLogERR.
| - (NSString *) defaultCommanderPath |
Definition at line 87 of file NSFileManagerOOExtensions.m.
References defaultCommanderPath, nil, and OOLogERR.
Referenced by defaultCommanderPath.
| - (BOOL) oo_createDirectoryAtPath: | (NSString *) | path | |
| attributes: | (NSDictionary *) | attributes |
Definition at line 126 of file NSFileManagerOOExtensions.m.
| - (NSArray *) oo_directoryContentsAtPath: | (NSString *) | path |
Definition at line 120 of file NSFileManagerOOExtensions.m.
Referenced by commanderContentsOfPath:.
| - (NSDictionary *) oo_fileAttributesAtPath: | (NSString *) | path | |
| traverseLink: | (BOOL) | yorn |
Definition at line 132 of file NSFileManagerOOExtensions.m.
References nil.
| - (NSDictionary *) oo_fileSystemAttributesAtPath: | (NSString *) | path |
Definition at line 148 of file NSFileManagerOOExtensions.m.
| - (BOOL) oo_moveItemAtPath: | (NSString *) | src | |
| toPath: | (NSString *) | dest |
Definition at line 160 of file NSFileManagerOOExtensions.m.
| - (BOOL) oo_oxzFileExistsAtPath: | (NSString *) | path |
Definition at line 236 of file NSFileManagerOOExtensions.m.
References UNZ_OK, unzClose(), unzGetCurrentFileInfo64(), unzLocateFile(), and unzOpen64().
| - (BOOL) oo_removeItemAtPath: | (NSString *) | path |
Definition at line 154 of file NSFileManagerOOExtensions.m.