29#import <Foundation/Foundation.h>
31#define SAVEDIR "oolite-saves"
34#define SNAPSHOTDIR "snapshots"
37@interface NSFileManager (OOExtensions)
39- (NSArray *) commanderContentsOfPath:(NSString*)savePath;
46- (NSArray *) oo_directoryContentsAtPath:(NSString *)path;
47- (BOOL) oo_createDirectoryAtPath:(NSString *)path attributes:(NSDictionary *)attributes;
48- (NSDictionary *) oo_fileAttributesAtPath:(NSString *)path traverseLink:(BOOL)yorn;
49- (NSDictionary *) oo_fileSystemAttributesAtPath:(NSString *)path;
50- (BOOL) oo_removeItemAtPath:(NSString *)path;
51- (BOOL) oo_moveItemAtPath:(NSString *)src toPath:(NSString *)dest;
54- (BOOL) chdirToSnapshotPath;
58- (BOOL) oo_oxzFileExistsAtPath:(NSString *)path;
NSString * defaultCommanderPath()