November 24, 2004
Hello, does anybody know,
how to set the creation time of an file (Windows platform)? Is it possible to do
it with phobos or some standard c function or ...

If anybody knows, please answer, thank you!


November 24, 2004
Martin wrote:
> Hello, does anybody know,
> how to set the creation time of an file (Windows platform)? Is it possible to do
> it with phobos or some standard c function or ...
> 
> If anybody knows, please answer, thank you!

You can try WinAPI:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/sysinfo/base/setfiletime.asp
Hope this helps

</h3>