pub fn file_read_string(path: &str) -> Result<AzString, FileError>
Read a file to string (UTF-8)
Returns a FileError if the filesystem operation fails (e.g. path not found, permission denied, or an I/O error).
FileError