In Qt, how do I check if a given folder exists in the current directory? If it doesn\'t exist, how do I then create an empty folder?
Why use anything else?
mkdir(...);