Hello,
I am using GnomeVFS to display file information in Maemo. I want to know if there is any API to display file creation date.
Thanks.
Hello,
I am using GnomeVFS to display file information in Maemo. I want to know if there is any API to display file creation date.
Thanks.
ext3 file system doesn't keep creation time, you can know only access, modification and inode change times.
In Qt you can use QFileInfo::lastModified() to get the modification time
http://doc.trolltech.com/4.6/qfilein...l#lastModified