|
Oolite
|
#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 1 of file NSFileManagerOOExtensions.m.
References nil, oo_directoryContentsAtPath:, OODictionaryFromFile(), OOLog, and OOLogERR.
Here is the call graph for this function:| - (NSString *) defaultCommanderPath |
Definition at line 1 of file NSFileManagerOOExtensions.m.
| - (BOOL) oo_createDirectoryAtPath: | (NSString *) | path | |
| attributes: | (NSDictionary *) | attributes | |
Definition at line 1 of file NSFileManagerOOExtensions.m.
| - (NSArray *) oo_directoryContentsAtPath: | (NSString *) | path |
Definition at line 1 of file NSFileManagerOOExtensions.m.
Referenced by commanderContentsOfPath:.
Here is the caller graph for this function:| - (NSDictionary *) oo_fileAttributesAtPath: | (NSString *) | path | |
| traverseLink: | (BOOL) | yorn | |
Definition at line 1 of file NSFileManagerOOExtensions.m.
| - (NSDictionary *) oo_fileSystemAttributesAtPath: | (NSString *) | path |
Definition at line 1 of file NSFileManagerOOExtensions.m.
| - (BOOL) oo_moveItemAtPath: | (NSString *) | src | |
| toPath: | (NSString *) | dest | |
Definition at line 1 of file NSFileManagerOOExtensions.m.
| - (BOOL) oo_oxzFileExistsAtPath: | (NSString *) | path |
Definition at line 1 of file NSFileManagerOOExtensions.m.
| - (BOOL) oo_removeItemAtPath: | (NSString *) | path |
Definition at line 1 of file NSFileManagerOOExtensions.m.