tests.30_libs.040_FileSysObjects.017_normpathX.single.common_with_share package¶
Subpackages¶
- tests.30_libs.040_FileSysObjects.017_normpathX.single.common_with_share.Case011 package
- tests.30_libs.040_FileSysObjects.017_normpathX.single.common_with_share.Case012 package
- tests.30_libs.040_FileSysObjects.017_normpathX.single.common_with_share.Case111 package
- tests.30_libs.040_FileSysObjects.017_normpathX.single.common_with_share.Case112 package
- tests.30_libs.040_FileSysObjects.017_normpathX.single.common_with_share.Case113 package
- tests.30_libs.040_FileSysObjects.017_normpathX.single.common_with_share.Case114 package
Module contents¶
Searches for a pattern in paths from a provided list of strings.
Searches for a given path component by various constraints on each string of provided ‘plist’ until the match of a break condition. The match is performed by default left-to-right, which results in top-down scan of a path hierarchy, or right-to-left as an upward bottom-up search.
Performs string operations only, the file system is neither checked, not utilized.