|
Oolite 1.91.0.7745-260117-205bce7
|
#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 39 of file NSFileManagerOOExtensions.m.
References nil, oo_directoryContentsAtPath:, OODictionaryFromFile(), OOLog, and OOLogERR.
| - (NSString *) defaultCommanderPath |
Definition at line 88 of file NSFileManagerOOExtensions.m.
References defaultCommanderPath, nil, and OOLogERR.
Referenced by defaultCommanderPath.
| - (BOOL) oo_createDirectoryAtPath: | (NSString *) | path | |
| attributes: | (NSDictionary *) | attributes |
Definition at line 137 of file NSFileManagerOOExtensions.m.
| - (NSArray *) oo_directoryContentsAtPath: | (NSString *) | path |
Definition at line 131 of file NSFileManagerOOExtensions.m.
Referenced by commanderContentsOfPath:.
| - (NSDictionary *) oo_fileAttributesAtPath: | (NSString *) | path | |
| traverseLink: | (BOOL) | yorn |
Definition at line 143 of file NSFileManagerOOExtensions.m.
References nil.
| - (NSDictionary *) oo_fileSystemAttributesAtPath: | (NSString *) | path |
Definition at line 159 of file NSFileManagerOOExtensions.m.
| - (BOOL) oo_moveItemAtPath: | (NSString *) | src | |
| toPath: | (NSString *) | dest |
Definition at line 171 of file NSFileManagerOOExtensions.m.
| - (BOOL) oo_oxzFileExistsAtPath: | (NSString *) | path |
Definition at line 257 of file NSFileManagerOOExtensions.m.
References UNZ_OK, unzClose(), unzGetCurrentFileInfo64(), unzLocateFile(), and unzOpen64().
| - (BOOL) oo_removeItemAtPath: | (NSString *) | path |
Definition at line 165 of file NSFileManagerOOExtensions.m.