EXTENSION - DOS, Windows, and, to a lesser extent, UNIX and Linux use the last three characters of a filename, after a period, to signify what type of file a file is, such as text, movie, sound, etc. The MacOS has a file system that contains an identifier for file types that is invisible when looking at the filename, and allows you to call files whatever you want without a messy extension on the end. Some common examples are: .exe (executable file), .bat (batch file), .wav (wave sound file), and .txt (text file). |