in reply to File creation date
However, I would wajer that it would be slower than the builtin stat function. You have the overhead of Win32::API versus the other stuff that goes on in stat(). The stat() builtin is going to call GetFileTime to get its information and is probably going to do it in native code.
|
|---|