Posted: Sun Jul 15, 2007 7:53 pm
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
http://www.purebasic.fr/english/viewtop ... 956#202956