[−][src]Function tokio_fs::set_permissions
pub async fn set_permissions<P: AsRef<Path>>(
path: P,
perm: Permissions
) -> Result<()>
Changes the permissions found on a file or a directory.
This is an async version of std::fs::set_permissions