Online Computer Dictionary
Browse words
|
Based on
FOLDOC
Queried for: Filename extension
Definition:
The portion of a filename, following the final point, which indicates the kind of data stored in the file - the file type.
Many operating systems use filename extensions, e.g. Unix, VMS, MS-DOS, Microsoft Windows. They are usually from one to three letters (some sad old OSes support no more than three). Examples include "c" for C source code, "ps" for PostScript, "txt" for arbitrary text.
NEXTSTEP and its descendants also use extensions on directories for a similar purpose.
Apart from informing the user what type of content the file holds, filename extensions are typically used to decide which program to launch when a file is "run", e.g. by double-clicking it in a GUI file browser. They are also used by Unix's make to determine how to build one kind of file from another.
Compare: MIME type.
{Tony Warr's comprehensive list (http://camalott.com/~rebma/filex.html.
{FAQS.org Graphics formats (http://faqs.org/faqs/graphics/fileformats-faq/.
Browse through top 20 categories or see more ...
- programming (659)
- application (76)
- networking (823)
- language (1034)
- operating_system (420)
- mathematics (228)
- graphics (155)
- compiler (21)
- library (41)
- World-Wide_Web (133)
- cryptography (36)
- database (166)
- algorithm (132)
- logic (61)
- software (72)
- audio (27)
- virtual_reality (10)
- communications (329)
- file system (28)
- filename_extension (25)


