www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - set the creation time of an file

reply Martin <Martin_member pathlink.com> writes:
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!
Nov 24 2004
parent h3r3tic <foo bar.baz> writes:
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>
Nov 24 2004