"On heights all paths are paved with dagger -Old Seanchan saying"
- "a/dir/file_1.1.txt"
- "a/dir/file_1.txt"
Complete paths
- [0] "a/dir/file_1.1.txt"
- [1] "a/dir/file_1.txt"
Including first "." and everything after
- [0] ".1.txt"
- [1] ".txt"
Paths without suffix
- [0] "a/dir/file_1"
- [1] "a/dir/file_1"
File names
- [0] "file_1.1.txt"
- [1] "file_1.txt"
File names without suffix
- [0] "file_1"
- [1] "file_1"
Directory path
- "a/dir/"
Directory name without trailing slash
- "a/dir"
Everything after last "."
- ".txt"
Paths without suffix
- "a/dir/file_1"
File name without suffix
- "file_1"
Only for identical file_suffixes otherwise undef
For paths:
- [0] "a/dir/file.1.txt"
- [1] "a/dir/file.1.txt"
file_constant_suffix:
- ".1.txt"
iterator: string between dots in file_suffixes, e.g. ".1.txt" => iterator = "1".
Complete paths per iterator. { 1 => "a/dir/file_1.1.txt", }
File name per iterator. { 1 => "file_1.1.txt", }