Jay Blanchard wrote:
[snip]
is it possible, to get the creation date of a file? So even if it's modified, to get the date it was created the first time?
[/snip]


Reading http://www.php.net/stat I don't think so.


Unix filesystems don't store file creation time. And there is no function to retrieve creation time in windows. You might be able to parse the output of dir command.


To Jay: Could you please remove **[SPAM]** when replying? Your mail client doesn't send references headers and that spam string breaks threading completely.

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to