Difference between revisions of "File extension"

From Free Pascal wiki
Jump to navigationJump to search
(→‎See also: Add entry)
 
Line 6: Line 6:
 
* [[Function]] [[doc:rtl/sysutils/changefileext.html|ChangeFileExt]] Change the extension of a filename.
 
* [[Function]] [[doc:rtl/sysutils/changefileext.html|ChangeFileExt]] Change the extension of a filename.
 
* Function [[doc:rtl/sysutils/extractfileext.html|ExtractFileExt]] Return the extension from a filename.
 
* Function [[doc:rtl/sysutils/extractfileext.html|ExtractFileExt]] Return the extension from a filename.
 +
* [[File extensions]] Extensive list of file extensions grouped by category
 
* [[Alphabetical list of file extensions]]
 
* [[Alphabetical list of file extensions]]

Latest revision as of 00:47, 10 January 2021

English (en) suomi (fi)

File extension is a suffix to the name of a file applied to indicate the encoding convention of its contents. Often file extensions are used by computer to identify how the file is to be used and what programs can be used to open them.

See also