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