Software·4 / 5
Files, folders and file systems
~4 min read
Everything on a computer is a file. A folder (directory) is just a file that contains a list of other files. Together they form a tree.
Files have a name and an extension (e.g. .jpg, .pdf, .mp3, .txt). The extension hints at the file type so the OS knows which program to open it with.