Having just written a class to check the session directory and count every file under a certain age in there, I have discovered that filemtime, filectime & stat don't work on the windows platform I'mforced to work on.

Is there any alternative for finding a file's age?

Thanks

voidstate

    all three of those functions work fine on my box: WinXP/Apache2
    what are the errors you are getting?

      Thanks for looking but I fixed this now - the problem was that I was locking the files with fopen!

      Cheers

      voidstate

        Write a Reply...