File
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |formattype=electronic |subcat=Elements of File Formats }} A '''file''' (meaning a '''computer file''') is an encapsulated, persistent record of discrete (digital...") |
|||
Line 3: | Line 3: | ||
|subcat=Elements of File Formats | |subcat=Elements of File Formats | ||
}} | }} | ||
+ | :''For the command-line utility, see [[File command]]''. | ||
+ | |||
A '''file''' (meaning a '''computer file''') is an encapsulated, persistent record of discrete (digital) data. | A '''file''' (meaning a '''computer file''') is an encapsulated, persistent record of discrete (digital) data. | ||
− | Nowadays, a file is typically in the form of a single stream of 8-bit [[byte]] values, where there can be any whole number of bytes. It has at least a [[filename]] associated with it, and usually other [[metadata]], such as a last-modified timestamp. As obvious as this structure may seem to modern day computer users, many other structures, both less-flexible and more-flexible, have been used. | + | Nowadays, a file is typically in the form of a single stream of 8-bit [[byte]] values, where there can be any whole number of bytes. It has at least a [[filename]] associated with it, and usually other [[metadata]], such as a ''last-modified'' timestamp. As obvious as this structure may seem to modern day computer users, many other structures, both less-flexible and more-flexible, have been used. |
Files are usually managed by a [[filesystem]]. | Files are usually managed by a [[filesystem]]. |
Revision as of 18:03, 6 July 2017
- For the command-line utility, see File command.
A file (meaning a computer file) is an encapsulated, persistent record of discrete (digital) data.
Nowadays, a file is typically in the form of a single stream of 8-bit byte values, where there can be any whole number of bytes. It has at least a filename associated with it, and usually other metadata, such as a last-modified timestamp. As obvious as this structure may seem to modern day computer users, many other structures, both less-flexible and more-flexible, have been used.
Files are usually managed by a filesystem.