pub async fn read_file(
    dir: &DirectoryProxy,
    path: &str
) -> Result<String, Error>
Expand description

Opens and reads file defined by path in dir.