Function tokio::fs::set_permissions[][src]

pub async fn set_permissions(
    path: impl AsRef<Path>,
    perm: Permissions
) -> Result<()>
This is supported on crate feature fs only.

Changes the permissions found on a file or a directory.

This is an async version of std::fs::set_permissions