Hi!

I am trying to get the current file time by the following:

      $file_datetime = ctime( stat( "$file_name" )->mtime );

All I get is the time that the file was created.  What am I doing wrong?

Thanks,

Jerry

Reply via email to