getSaveFileName(QString)

Parent Previous Next

TW.app.getSaveFileName(QString)


As for getOpenFileName(QString)  but shows the File Save dialogue instead,

the required string is a proposed file name ( const QString& defaultName)


TW.app.getSaveFileName("MyList.txt")


The user will be prompted with what to do if the filename already exists.


If no filename is chosen by the User, an empty string is returned.


Note: The function does not itself save anything, only returns the path and name that the user selects.

Created with the Personal Edition of HelpNDoc: Easily create Web Help sites