digitalmars.D - set the creation time of an file
- Martin <Martin_member pathlink.com> Nov 24 2004
- h3r3tic <foo bar.baz> Nov 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!
Nov 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>
Nov 24 2004








h3r3tic <foo bar.baz>