Overview
A folder is a container used to group related items so they can be stored, retrieved and managed together. In everyday language it refers both to a simple paper file folder used to hold sheets of paper and to a digital directory used by computer operating systems to organize files and subfolders. The underlying idea is the same: create a namespace and structure to reduce clutter and make finding information easier.
Physical folders
Physical folders are typically made of paperboard, plastic or cardboard and come in forms such as manila folders, hanging folders and pocket folders. They often include tabs for labels, and can be placed in cabinets or boxes. Physical folders are used for archiving, project files, invoices and any printed records that benefit from linear or alphabetical arrangement.
Digital folders (directories)
In computing a folder is usually called a directory. It is a filesystem object that contains references to files and other directories. Directories form the hierarchical structure of a filesystem, with a root at the top and branches of nested folders beneath. Users interact with folders through graphical file managers or command-line tools, moving, copying, renaming and deleting their contents.
Structure and properties
- Hierarchy: Folders can contain subfolders, creating a tree-like organization.
- Metadata: Digital folders often store or expose metadata such as creation and modification dates, access permissions and ownership.
- Permissions: Operating systems let administrators set who can read, write or execute items inside a folder.
- Size and quotas: A folder's apparent size is the sum of its enclosed files; some systems enforce storage quotas per folder or user.
Special and virtual folders
Beyond ordinary containers there are special folder concepts: system-defined locations (for example home, desktop or temporary directories), shortcuts and symbolic links that point to other folders, and virtual or smart folders which present items that match a saved search or criteria rather than holding data physically. Archives and compressed files (zip, tar) appear like folders in some tools but are single packaged files.
Uses and best practices
Effective folder organization balances depth and breadth: avoid excessively deep trees and overly large flat folders. Use clear, consistent naming conventions, prefer meaningful folder labels, and apply tags or metadata where available. Regular maintenance—archiving old material, backing up important folders, and documenting folder structure for teams—keeps information accessible and reduces duplication.
Distinctions and notable facts
The terms folder and directory are often used interchangeably; "folder" emphasizes the visual metaphor used in graphical interfaces, while "directory" is the traditional filesystem term. Folders do not themselves hold file data but serve as indexes or containers. Understanding folder types and system behaviors—such as inheritance of permissions or how virtual folders aggregate content—helps users and administrators design reliable information architectures.