nsfilemanager.h

Go to the documentation of this file.
00001 
00014 #ifndef NSFILEMANAGER_H_INCLUDED
00015 #define NSFILEMANAGER_H_INCLUDED
00016 
00017 #include <Cacao/nsobject.h>
00018 
00019 @class  NSString ;
00020 
00028 @interface NSFileManager : NSObject 
00029 {
00030 }
00031 
00037   + initialize ;
00038 
00044   + (NSFileManager *) defaultManager ;
00045 
00052   - (BOOL) fileExistAtPath: (NSString *) string ;
00053 
00054 @end
00055 
00056 #endif /* NSFILEMANAGER_H_INCLUDED */
00057 

Generated on Fri Feb 3 00:13:01 2006 for Cacao by  doxygen 1.4.5