Oolite 1.91.0.7644-241112-7f5034b
|
#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.
- (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:.
- (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.