ServerProvider.findFile

Finds the location of a filename. This function should only be used by database provider's implementations

class ServerProvider
string
findFile
(
string instDir
,
string filename
)

Parameters

instDir string

directory where prov is installed

filename string

name of the file to find

Return Value

Type: string

the complete path to filename, or null if not found