delete a csv file
-
Hello, I have created a file and I am saving data in it. I would like to know please how I can delete this file if it has reached his maximum size
-
what do you mean with maximum file size ?
NTFS, I assume you're on windows, has a max file size of 256 terabytes, I kind of doubt you mean this.
-
@micheal15
Did you try looking at qint64 QFile::size() const?