Function make_executable
Source pub fn make_executable<P>(path: P) -> bool
Expand description
Makes the given file executable.
Platforms that support this function are:
§Parameters
path
- A PathBuf
containing the path to the file to be made executable.
§Return
A boolean indicating whether the file is executable after calling this function.