Skip to content

Replace QDir::exists with stat for parent dirs

Sebastian Goth requested to merge sgoth/kup:automount into master

Detecting the correct parent directory for not mounted mountpoints might fail if they are (systemd) automounts. There QDir::exists returns false even though stat does not.

Fixes #12 (closed)

Merge request reports