Loads a file, specified by the given uri, and returns the file contents as a string. It is the caller's responsibility to free the returned value.
path for the file to be loaded.
the file contents as a newly-allocated string, or NULL if there is an error.
See Implementation
Loads a file, specified by the given uri, and returns the file contents as a string. It is the caller's responsibility to free the returned value.