Function chmod_async

Source
pub async fn chmod_async(mode: u32, filepath: &Path) -> Result<(), Error>
Available on non-WebAssembly only.
Expand description

Chmod an open file, noop on Windows.

ENTER AS HEX!

E.g. 0o755 rather than 755.