Function | Description |
---|---|
= | Causes one directory to refer to the same directory as the other |
C Functions | |
Constructor and Destructor | |
Contains() | Tests whether a file is contained within the directory |
CountEntries() | Returns the number of entries in the directory |
CreateDirectory() | Creates a new directory |
CreateFile() | Creates a new file |
CreateSymLink() | Creates a new symbolic link |
create_directory() | Creates all directories along a given path |
Creating New Directories | |
BDirectory | |
BDirectory() | Constructor |
~BDirectory() | Destructor |
B_ENTRY_CREATED | |
B_ENTRY_MOVED | |
B_ENTRY_REMOVED | |
FindEntry() | Returns the entry_ref for a file with a given name |
find_directory() | Finds the path to a given directory |
Finding a Directory | |
Function Summary | |
GetEntry() | Returns a BEntry for the directory |
GetNextDirents() | Fetches the dirent's for the next files in the directory |
GetNextEntry() | Fetches the BEntry for the next file in the directory |
GetNextRef() | Fetches the entry_ref for the next file in the directory |
GetStatFor() | Returns the stat structure for a file |
IsRootDirectory() | Tests whether the directory is a root directory |
Member Functions | |
Node Monitoring a Directory | |
Operators | |
Retrieving Entries | |
Rewind() | Resets the directory iterator |
SetTo() | Initializes the object to point to a directory |
Unset() | Uninitializes the object |
The Storage Kit Table of Contents | The Storage Kit Index |
Copyright © 2000 Be, Inc. All rights reserved..