Page 1 of 1

Posted: Sun Jul 15, 2007 7:53 pm
by netmaestro
Yes, you've struck upon an interesting point. PureBasic's SetFileDate command works with files but not with folders. This is due to the fact that the SetFileDate_() API needs a valid folder handle to set the creation date and a string isn't going to cut it. Here's how it can be done:

http://www.purebasic.fr/english/viewtop ... 956#202956

SetFileDate() Question

Posted: Mon Jul 16, 2007 10:51 pm
by juser
Thanks, I am looking at the code trying to figure what you have done.

Posted: Mon Jul 16, 2007 11:58 pm
by netmaestro
That's how I spend much of my time, trying to figure out what the hell I've done. :wink: