pub fn file_read_string(path: &str) -> Result<AzString, FileError>
Read a file to string (UTF-8)
path
Result<AzString, FileError>