Hi everybody,

QT: 3.2.1
OS: WinXP
I would like to choose one or more files from the QFileDialog and copy this selected file/s to another destination.
I was able to open the QFileDialog and choose my files.
I should get the complete source like: "C:\temp\myfile.doc" to be able to copy this file/s to another destination.
I tryed with dirPath from QFileDialog Library but i get just the Current Path without my filename.
How could i get the complete path include file name like for example: "C:\temp\myfile.doc"

Thanks