pliki
Pliki (Polish for files) are the basic units of information storage in computing. A file is a named sequence of bytes stored on a storage device, typically representing a document, program, image, or other data. Each file has metadata such as name, size, timestamps, and access permissions. Files are located and addressed by a path in a hierarchical file system. File extensions, such as .txt or .jpg, are conventional indicators of format but are not required for the system to identify a file’s type.
File systems manage how data is stored and retrieved. They allocate space in fixed-size blocks or clusters
Operations include creating, opening, reading, writing, rewriting, renaming, deleting, and listing files. Programs may create links
Files come in various formats. Text files store plain or encoded text (for example UTF-8); binary files