NSFileManager Class Reference

NSFileManager class controls files and directories. More...

#import <nsfilemanager.h>

Inheritance diagram for NSFileManager:

NSObject List of all members.

Public Member Functions

(BOOL) - fileExistAtPath:
 Check the existence of file.

Static Public Member Functions

(id) + initialize
 Initialize file manager before starting main program.
(NSFileManager *) + defaultManager
 Get default system file manager.

Detailed Description

NSFileManager class controls files and directories.

Description
NSFileManager class controls files and directories.
Warning:
If you want to access contents of the file, see NSFileHandle class.


Member Function Documentation

+ (NSFileManager *) defaultManager  
 

Get default system file manager.

Description
Get default systtem file manager.

- (BOOL) fileExistAtPath: (NSString *)  string  
 

Check the existence of file.

Returns:
True when the file is found.
Description
Check the existence of file.

+ (id) initialize  
 

Initialize file manager before starting main program.

Description
Initialize file manager before starting main program.


The documentation for this class was generated from the following files:
Generated on Fri Feb 3 00:13:01 2006 for Cacao by  doxygen 1.4.5