pub async fn remove(
within: &FileSystemDirectoryHandle,
name: &str,
depth: Depth,
) -> Result<()>Expand description
ยงErrors
As directory, and std::io::ErrorKind::NotFound for a name
nothing stands under.
pub async fn remove(
within: &FileSystemDirectoryHandle,
name: &str,
depth: Depth,
) -> Result<()>As directory, and std::io::ErrorKind::NotFound for a name
nothing stands under.