[Home]Computer file

HomePage | Recent Changes | Preferences

A file in a computer system is a sequence of bytes stored as a single unit, typically in a file system on a disk? or a tape? (but see Historical Note below).

"File" is an abstract concept: what appears to be a single file from the point of view of software may in practice be stored as multiple fragments of data at different places on a disk (or even multiple disks).

Files are created by software and usually conform to a particular file format.

An important subclass of file is the "text file". A text file is a sequence of characters organised into lines (or "records") separated by line breaks. The preferred representation of line breaks differs among operating systems. For example, Mac OS uses 0x0d, UNIX systems use 0x0a, and Windows uses 0x0d followed by 0x0a. To modify a text file, use a text editor. Some text editors can understand multiple systems' line break conventions.

The term "binary file" often refers to any file other than a text file. But note that ultimately even a text file is just a collection of bits. To modify a binary file directly (that is, without using a specific application), use a hex editor.

Note: a collection of bytes in RAM isn't usually known as a file, unless it's stored in a [RAM disk]?.

Historical Note: in the past it was common for files to be defined as sequences of records. However this is now uncommon except on certain mainframe operating systems. On most systems, the application or a library creates the "record" abstraction from the byte stream according to the file format.


HomePage | Recent Changes | Preferences
This page is read-only | View other revisions
Last edited December 17, 2001 4:37 am by Hagedis (diff)
Search: