Millscript classifies files in it's inventory based on their filename
extension. Until version 9.6.4, the extension was everthing after the
last period. e.g. sample.ms or sample.xml.ms
were "ms" files. Starting with version 9.6.4 the extension is
everything after the first period. e.g sample.xml.tp
might be an XML template, rather than the standard XHTML template.
| Extension | Loader |
|---|---|
| csv | Comma separated |
| gif | GIF image |
| jdbcconn | JDBC Connection |
| jpg | JPEG image |
| line | Single line |
| lines | Lines |
| map | Map |
| ms | MillScript |
| png | PNG image |
| prop | Properties |
| sk | XHTML Skeleton |
| sql | SQL Query |
| svg | SVG image |
| tab | Tab separated |
| tp | XHTML Template |
| txt | Text |
| udpate.sql | SQL Update |
| vsv | Vertical pipe separated |
| xml | XML |
| xml.sk | XML Skeleton |
| xml.tp | XML Template |