Skip to main content

set_executable

Function set_executable 

Source
pub async fn set_executable(executable: impl Into<PathBuf>) -> Result<()>
Expand description

Sets the executable bit on the given file.

§Arguments

  • executable - The path to the executable file.