NGDirectoryEnumerator
Inherits From: NSEnumerator
Declared In: NGDirectoryEnumerator.h
Methods: - initWithFileManager:directoryPath:recurseIntoSubdirectories:followSymlinks:prefixFiles: , - initWithFileManager: , - initWithFileManager:directoryPath: , - fileManager , - directoryAttributes , - fileAttributes , - skipDescendents


Class Description
No class description.


Instance Variables
id<NSObject,NGFileManager> fileManager;
NSMutableArray *enumStack;
NSMutableArray *pathStack;
NSString *currentFileName;
NSString *currentFilePath;
NSString *topPath;
struct {    
    BOOL isRecursive:1;
    BOOL isFollowing:1;
} flags;

fileManagerNo description.
enumStackNo description.
pathStackNo description.
currentFileNameNo description.
currentFilePathNo description.
topPathNo description.
flags.isRecursiveNo description.
flags.isFollowingNo description.



Method Types
- initWithFileManager:directoryPath:recurseIntoSubdirectories:followSymlinks:prefixFiles:
- initWithFileManager:
- initWithFileManager:directoryPath:
- fileManager
- directoryAttributes
- fileAttributes
- skipDescendents


Instance Methods
directoryAttributes
- (NSDictionary *)directoryAttributes
No method description.

fileAttributes
- (NSDictionary *)fileAttributes
No method description.

fileManager
- (id<NSObject,NGFileManager>)fileManager
No method description.

initWithFileManager:
- (id)initWithFileManager:(id<NSObject,NGFileManager>)_fm
No method description.

initWithFileManager:directoryPath:
- (id)initWithFileManager:(id<NSObject,NGFileManager>)_fm directoryPath:(NSString *)_path
No method description.

initWithFileManager:directoryPath:recurseIntoSubdirectories:followSymlinks:prefixFiles:
- (id)initWithFileManager:(id<NSObject,NGFileManager>)_fm directoryPath:(NSString *)path recurseIntoSubdirectories:(BOOL)recurse followSymlinks:(BOOL)follow prefixFiles:(BOOL)prefix
No method description.

skipDescendents
- (void)skipDescendents
No method description.


Version 1.1.1.1 Copyright ©2002 by SKYRIX Software AG. All Rights Reserved.