// SPDX-License-Identifier: MIT OR Apache-2.0// This file is part of Static Web Server.// See https://static-web-server.net/ for more information// Copyright (C) 2019-present Jose Quintana <joseluisq.net>//! 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