ServerProvider.findFile
string findFile(string instDir, string filename)Finds the location of a filename. This function should only be used by database provider's implementations
Parameters
instDir | directory where prov is installed |
filename | name of the file to find |
Returns
the complete path to filename, or null if not found