Skip to main content

file_read_string

Function file_read_string 

Source
pub fn file_read_string(path: &str) -> Result<AzString, FileError>
Expand description

Read a file to string (UTF-8)

ยงErrors

Returns a FileError if the filesystem operation fails (e.g. path not found, permission denied, or an I/O error).