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

instDirdirectory where prov is installed
filenamename of the file to find

Returns

the complete path to filename, or null if not found