Effective file organization can only be achieved with the implementation of data structures. The file system for every computer is responsible for the implementation of a file storage structure used for the storage, retrieval, and arrangement of data files within the computer.
The data structure implemented for this could either be:
- The single-level directory data structure
- The two-level directory data structure
- Or the tree-level directory data structure
These various options offer various benefits when it comes to the file system.