Page 1 of 1

Changing date of a directory

Posted: Fri Apr 04, 2008 2:34 pm
by agent
Hi out there.

Does anybody knows how to change the date of a directory, like the SetFileDate() does with files?

If I create a directory using CreateDirectory() it always has the date of creation. I need to change this.

May someone help me?

Posted: Fri Apr 04, 2008 4:26 pm
by jpd
Hi Agent,

here a possible solution ...

http://www.purebasic.fr/german/viewtopi ... 492#193492

jpd