tests.30_libs.040_FileSysObjects.018_splitPathVar.mixed_type.types_2.02_cifs package¶
Subpackages¶
- tests.30_libs.040_FileSysObjects.018_splitPathVar.mixed_type.types_2.02_cifs.00_file_share package
- tests.30_libs.040_FileSysObjects.018_splitPathVar.mixed_type.types_2.02_cifs.01_smb package
- tests.30_libs.040_FileSysObjects.018_splitPathVar.mixed_type.types_2.02_cifs.02_cifs package
- tests.30_libs.040_FileSysObjects.018_splitPathVar.mixed_type.types_2.02_cifs.03_share package
- tests.30_libs.040_FileSysObjects.018_splitPathVar.mixed_type.types_2.02_cifs.04_file_drive package
- tests.30_libs.040_FileSysObjects.018_splitPathVar.mixed_type.types_2.02_cifs.05_file_lfsys package
- tests.30_libs.040_FileSysObjects.018_splitPathVar.mixed_type.types_2.02_cifs.06_drive_path package
- tests.30_libs.040_FileSysObjects.018_splitPathVar.mixed_type.types_2.02_cifs.07_drive_root package
- tests.30_libs.040_FileSysObjects.018_splitPathVar.mixed_type.types_2.02_cifs.08_drive_only package
- tests.30_libs.040_FileSysObjects.018_splitPathVar.mixed_type.types_2.02_cifs.09_ias package
- tests.30_libs.040_FileSysObjects.018_splitPathVar.mixed_type.types_2.02_cifs.10_lfsys package
- Subpackages
- tests.30_libs.040_FileSysObjects.018_splitPathVar.mixed_type.types_2.02_cifs.10_lfsys.00_absolute package
- Subpackages
- Module contents
- tests.30_libs.040_FileSysObjects.018_splitPathVar.mixed_type.types_2.02_cifs.10_lfsys.10_relative package
- Subpackages
- Module contents
- tests.30_libs.040_FileSysObjects.018_splitPathVar.mixed_type.types_2.02_cifs.10_lfsys.20_empty package
- Subpackages
- Module contents
- tests.30_libs.040_FileSysObjects.018_splitPathVar.mixed_type.types_2.02_cifs.10_lfsys.00_absolute package
- Module contents
- Subpackages
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.