When a user enters a non valid path name for a folder (for example containing not allowed characters) so that I can not create the path via QDir().mkpath(pathname), qt tells me via the false return that this was not possible.
Is there a way allready included in Qt to tell the user why he can not create the folder? (invalid characters in path name, target write protected...)
Klaus