pfadstruktur
Pfadstruktur, also known as file system structure or directory structure, refers to the way files and directories are organized on a computer's storage system. It's a hierarchical system where directories can contain other directories and files, forming a tree-like structure.
At the top of this hierarchy is the root directory, denoted by a forward slash "/" in Unix-like
Navigating this structure involves specifying a path, which is a sequence of directory names separated by slashes.