TabPath.h
Classes
- TabPath -- Search path for table files (full description)
Interface
- Public Members
- TabPath ()
- TabPath (const String&)
- ~TabPath ()
- Bool found (const String&, String&) const
- const String& dir (uInt dirnr) const
Review Status
- Reviewed By:
- UNKNOWN
- Date Reviewed:
- before2004/08/25
Prerequisite
Synopsis
TabPath is the class containing the search path for table files.
It is used by the TabDesc class to find the directory of a table
description.
To Do
- This class has to be replaced by a more general path class.
Member Description
Create a table file search path with a .COD{Directory}
Use default path ., ~/TabDir
Create a table file search path with given path name.
Remove a table file search path.
Find a file in one of the directories.
const String& dir (uInt dirnr) const
Get the directory name.