I am implementing file saving functionality within a Qt application using C++.
I am looking for a way to check to see if the selected file already exists be
Try ::stat() (declared in )