Have a look at the QDir class. It has a method that creates a path.
Have a look at the QDir class. It has a method that creates a path.
Alex22 (8th January 2016)
@yeye_olive, Thanks
I fund this:
Qt Code:
//To create "newfolder"To copy to clipboard, switch view to plain text mode
I hope you understand that your "solution" only works if you want to examine or create something in your current working directory. The QDir() constructor with no arguments returns a QDir instance pointing to the current working directory.
Alex22 (9th January 2016)
Bookmarks