pub async fn chmod_async(mode: u32, filepath: &Path) -> Result<(), Error>
Chmod an open file, noop on Windows.
ENTER AS HEX!
E.g. 0o755 rather than 755.
0o755
755