How to remove these characters from(",/,\,|,*,>) from filename?
Hi all
Working on Qt4.3.4 on Windows Operating System.
Can anybody tells me how can i remove the following charactrs from the filename (",/,\,>,<,*,?,:,|) from the filename and my filename is of QString type.
Re: How to remove these characters from(",/,\,|,*,>) from filename?
Re: How to remove these characters from(",/,\,|,*,>) from filename?
Thanks for the reply
In QString::Remove these characters should be taken as QChar or QRegExp.
Re: How to compare Key ASCII values?
Hi all
Can anybody knows how to compare Key AScii values or say Character ASCII values using Qt4.3