These are some examples of TS files. "TS" stands for "ThreeScript", and is a 3D format once used for output by Mathematica.
Needs["Graphics`ThreeScript1`"]
g = Graphics3D[{Polygon[{{0,0,0},{1,0,0},{0,1,0}}]}]
ThreeScript["file.ts',g]
You can go up one level to the DATA page.