QDir
QDir is a class in the Qt framework that provides access to directory structures and their contents. It is part of the Qt Core module and represents a directory path, offering methods to navigate, query, create, and remove directories, as well as to list and filter their entries. QDir handles path normalization and platform-specific separators, and works with both absolute and relative paths.
Key capabilities include obtaining common directory paths and current locations through static helpers such as currentPath,
For modification, QDir supports creating directories with mkpath (and mkdir for single-level creation) and removing directories