Wednesday, December 14, 2011

Folder (computing)

Historically, and even on some modern embedded devices, the file systems either have no support for folders at all or only have a flat directory structure, meaning subfolders are not allowed; there is only a group of top-level folders each containing files. The first popular fully general hierarchical file system was that of Multics. This type of file system was an early research interest of Dennis Ritchie.
Most modern Unix-like systems, especially Linux, have a standard folder structure defined by the Filesystem Hierarchy Standard.
In many operating systems, programs have an associated working directory in which they execute. Typically file names accessed by the program are assumed to reside within this folder if the file names are not specified with an explicit folder name.

Some operating systems restrict a user's access to only their home directory or project folder, thus isolating their activities from all other users.
Unix systems treat folders as a type of file.

Sample folder icon (KDE) The name folder, presenting an analogy to the file folder used in offices, and used originally by Apple Lisa, is used in almost all modern operating systems' desktop environments. Folders are often depicted with icons which visually resemble physical file folders.
Strictly speaking, there is a difference between a directory which is a file system concept, and the graphical user interface metaphor that is used to represent it (a folder). For example, Microsoft Windows uses the concept of special folders to help present the contents of the computer to the user in a fairly consistent way that frees the user from having to deal with absolute directory paths, which can vary between versions of Windows, and between individual installations.
If one is referring to a container of documents, the term folder is more appropriate. The term directory refers to the way a structured list of document files and folders is stored on the computer. It is comparable to a telephone directory that contains lists of names, numbers and addresses and does not contain the actual documents themselves.

No comments:

Post a Comment