find_file


Description:

public string find_file (string inst_dir, string filename)

Finds the location of a filename.

This function should only be used by database provider's implementations

Parameters:

this

a ServerProvider

inst_dir

directory where this is installed

filename

name of the file to find

Returns:

the complete path to filename, or null if not found