make_file_executable

Function make_file_executable 

Source
pub async fn make_file_executable(path: &Path) -> Result<()>
Expand description

Set the permissions for the given path so that the file becomes executable. This is a noop for non-unix platforms.