load_file_contents
Description:
Loads and returns the contents of filename
, which is searched in several places This function should only be used by database
provider's implementations
Parameters:
inst_dir |
directory where the database provider has been installed |
data_dir |
DATA directory to look for ($prefix/share) |
filename |
name of the file to load |
Returns:
a new string containing |