| Method | Description |
|---|---|
| = | Causes one directory to refer to the same directory as the other |
| 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 |
| BDirectory() | Constructor |
| ~BDirectory() | Destructor |
| FindEntry() | Returns the entry_ref for a file with a given name |
| find_directory() | Finds the path to a given directory |
| 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 |
| Rewind() | Resets the directory iterator |
| SetTo() | Initializes the object to point to a directory |
| Unset() | Uninitializes the object |
The Be Book, in lovely HTML, for BeOS Release 4.
Copyright © 1998 Be, Inc. All rights reserved.
Last modified March 1, 1998.