pub trait PathExt { // Required method fn is_hidden(&self) -> bool; }
SWS Path extensions trait.
If file path is hidden.
Checks if the current path is hidden (dot file).