PDA

View Full Version : Create file with custom date last modified



Pablik
12th October 2013, 13:03
Hi, can make file with custom date last modified (only on Qt lib)??
I try change date last modified on exist file but i cant finde the way to do it ;(

Santosh Reddy
12th October 2013, 18:24
Using Qt you can set the date to current system time, but setting to some arbitrary value is not possible, you will need to OS specific APIs.