SetFileDate["file"] sets the modification and access dates for a file to be the current date.
WindowTitle is an option that specifies the title to give for a window.
Mathematica allows you not only to export graphics and sounds, but also to import them. With Import you can read graphics and sounds in a wide variety of formats, and bring ...
Texture
(Built-in Mathematica Symbol) Texture[obj] is a graphics directive that specifies that obj should be used as a texture on faces of polygons and other filled graphics objects.
Package
(Mathematica Import/Export Format) Registered MIME type: application/vnd.wolfram.mathematica.package Mathematica package source format. Used for storing and exchanging Mathematica programs, packages, and data. ...
PGM
(Mathematica Import/Export Format) MIME type: image/x-portable-graymap PGM grayscale raster image format. Member of the Portable family of image formats. Related to PBM and PPM. Implements a subset of the PNM ...
PPM
(Mathematica Import/Export Format) MIME type: image/x-portable-pixmap PPM color raster image format. Member of the Portable family of image formats. Related to PBM and PGM. Implements a subset of the PNM ...
SCT
(Mathematica Import/Export Format) Scitex CT format. Raster image file format. Used for pre-press imaging applications. SCT is an acronym for Scitex Continuous Tone. Binary format. Stores images as RGB, CMYK, ...
SXC
(Mathematica Import/Export Format) MIME type: application/nd.sun.xml.calc OpenOffice 1.0 spreadsheet file. Stores spreadsheet data and formulas. SXC is an acronym for Sun XML Calc. Native spreadsheet format of ...
StringCount["string", " sub"] gives a count of the number of times " sub" appears as a substring of " string". StringCount["string", patt] gives the number of substrings in " ...