Method FindFileInContentRoots
FindFileInContentRoots(String)
Searches for the given relative path within the configured content root directores.
Declaration
protected virtual string FindFileInContentRoots(string relativePath)
Parameters
Type | Name | Description |
---|---|---|
String | relativePath |
Returns
Type | Description |
---|---|
String | The full system path to the file if found, or null if file could not be found |