read File
Reads the entire contents of a file as a UTF-8 encoded string.
Used for reading argument files containing command-line arguments.
Return
The file contents as a string, or null if the file cannot be read
Parameters
path
The path to the file to read