File extension - text following the final period.
(self)
| 950 | return self.Split()[1] |
| 951 | |
| 952 | def Extension(self): |
| 953 | """File extension - text following the final period.""" |
| 954 | return self.Split()[2] |
| 955 | |
| 956 | def NoExtension(self): |
| 957 | """File has no source file extension.""" |