Hi Team,
i am new to Qt.
How to create a file in given path and if file already exists in the given path then we have to add incremental number to file name.
How to achieve this in Qt?

Ex. if i have to save file "QtFile.txt"
but if file already exists in given path then file has to be saved as "QtFile1.txt".



Regards,
Anamika