//! Path-related extension traits.use ;/// SWS Path extensions trait./// If file path is hidden.;/// Checks if the current path is hidden (dot file).self.components.filter_mapNormal => s.to_str,_ => None,.any
ascending towards madness
//! Path-related extension traits.use ;/// SWS Path extensions trait./// If file path is hidden.;/// Checks if the current path is hidden (dot file).self.components.filter_mapNormal => s.to_str,_ => None,.any