Function fs_err::tokio::set_permissions
source ยท pub async fn set_permissions(
path: impl AsRef<Path>,
perm: Permissions,
) -> Result<()>
Expand description
Changes the permissions found on a file or a directory.
Wrapper for tokio::fs::set_permissions
.