Qt 6.11 is out! See what's new in the release
blog
How to create subfolder with date?
-
How to create subfolder with date?
-
How to create subfolder with date?
@Rameshguru you need subfolder inside your qt project to maintain folder structure or your creating with QDir, can you provide more info regarding this so that some one can help you!
Regards
Manu -
How to create subfolder with date?
@Rameshguru Actually, you can find out it easily by yourself if you read documentation (did you try?):
http://doc.qt.io/qt-5/qdate.html#toString-1
http://doc.qt.io/qt-5/qdir.html#mkdir -
yeah got it
-
thank you @jsulm and @Manohar_SL