get_file_contents


Description:

public virtual string get_file_contents (string file)

Gets the full contents of a file.

Default implementation returns empty string. Subclasses can override to return the file contents from their context provider.

Parameters:

file

The file path

Returns:

The file contents, or empty string if not available