Version of abs_rules_dir_path that returns a PathBuf
()
| 957 | |
| 958 | /// Version of abs_rules_dir_path that returns a PathBuf |
| 959 | fn abs_rules_dir_path() -> PathBuf { |
| 960 | return PathBuf::from(super::super::abs_rules_dir_path()); |
| 961 | } |
| 962 | /// Return a relative path to Rules dir (ie, .../Rules/zz... returns zz/...) |
| 963 | /// strip .../Rules from file path |
| 964 | fn rel_path(rules_dir: &Option<PathBuf>, path: &Option<PathBuf>) -> PathBuf { |
no outgoing calls