Definition of Filename extension

FOLDOC
filename extension

dwg filename extension rc pcx spx deb hlp lha lzh tgz 
<filename extension> The portion of a filename, following the final point, which indicates the kind of data stored in the file.
Many operating systems use filename extensions, e.g. UnixVMSMS-DOS

Search Dictionary:
Search Web Search Dictionary



Filename extension definition was found in categories: Language, Idioms & Slang(2)  Encyclopedia(1)  

Filename extension Definition from Language, Idioms & Slang Dictionaries & Glossaries

WordNet 2.0
filename extension

Noun
1. a string of characters beginning with a period and followed by one to three letters; the optional second part of a PC computer filename; "most applications provide extensions for the files they create"; "most BASIC files use the filename extension .BAS"
(synonym) extension, file name extension
(hypernym) string
(part-holonym) filename, file name, computer filename, computer file name

hEnglish - advanced version
filename extension

filename extension
the portion of a filename, following the final point, which indicates the kind of data stored in the file.



Filename extension Definition from Encyclopedia Dictionaries & Glossaries

Wikipedia English - The Free Encyclopedia
Filename extension
A filename extension is a suffix to the name of a computer file applied to indicate its type. It is commonly used to infer information about what sort of data might be stored in the file. The description above is meant to mostly explain the intent of filename extensions: a true definition, giving the criterion for deciding what part of the file name is its extension, belongs to the rules of the specific filesystem used; most times the extension is the substring which follows the last occurrence, if any, of the dot character (e.g. "txt" is the extension of the filename "readme.txt", "html" the extension of "mysite.index.html"). On filesystems on mainframe systems such as MVSVMS, and PC systems such as CP/M and derivative systems such as Microsoft DOS, the extension is actually a separate namespace from the filename. This is different from Unix-like operating systems, where filesystems do not actually support the notion of an extension, where a suffix is not a separate namespace, and where even having a suffix is voluntary for executables, as permissions are used to decide whether a file is executable.

See more at Wikipedia.org...