Skip to main content

readdir

Function readdir 

Source
pub async fn readdir(path: &str) -> Result<JsValue, JsValue>
Expand description

Asynchronously reads the contents of the directory at path, returning an array of the names of the entries it contains.