in reply to Re: Working with folders in Perl and HTML
in thread Working with folders in Perl and HTML

Born in date nevere used? Heh
  • Comment on Re^2: Working with folders in Perl and HTML

Replies are listed 'Best First'.
Re^3: Working with folders in Perl and HTML
by Marshall (Canon) on May 30, 2017 at 19:11 UTC
    I said: "seldom used". Seldom does NOT mean never!

    Most applications do not need the Windows "born-on" date in order to work very well. Geez, all Unix applications seem to get along fine without it...

    This Windows file system parameter does have its uses. However, my recommendation would be to not use it unless necessary. That means only do it if, a) if the standard Perl multi-platform file tests do not provide adequate information and b)you are willing to write O/S specific code. In the OP's case, probably the -M file test is just fine. The "born-on" date requires a call to a Windows specific API.