A QDir is a class from the Qt toolkit which provides access to directory structures and their contents.
I have a relative path and absolute path that look something like this: Absolute: /tmp/somedir Relative: anotherdir/file.txt …
qt filenames relative-path absolute-path qdir