pub fn chmod_x_files_in_dir<P: AsRef<Path>>(dir: P) -> Result<()>Expand description
Sets executable permissions on all files in the specified directory.
ยงErrors
- A filesystem operation (open/read/write/remove) fails.
- A chmod operation fails.
- Directory traversal fails.