[PHP] File Created Date?

2004-07-06 Thread Richard Davey
Hi, Is there a way to get the timestamp when a file was CREATED? Looking at stat I can find the modified date, last accessed and changed - but not the created date. There doesn't appear to be a Filesystem function for it either. I'm sure it's obvious, but it is alluding me for now. Best regards,

Re: [PHP] File Created Date?

2004-07-06 Thread zareef ahmed
Hi. [quote from php manual ] In some Unix texts the ctime of a file is referred to as being the creation time of the file. This is wrong. There is no creation time for Unix files in most Unix filesystems. [/quote from php manual] http://in2.php.net/filectime zareef ahmed --- Richard Davey

Re: [PHP] File Created Date?

2004-07-06 Thread zareef ahmed
Hi. [quote from php manual ] In some Unix texts the ctime of a file is referred to as being the creation time of the file. This is wrong. There is no creation time for Unix files in most Unix filesystems. [/quote from php manual] http://in2.php.net/filectime zareef ahmed --- Richard Davey

RE: [PHP] File Created Date?

2004-07-06 Thread Jay Blanchard
[snip] Is there a way to get the timestamp when a file was CREATED? Looking at stat I can find the modified date, last accessed and changed - but not the created date. There doesn't appear to be a Filesystem function for it either. I'm sure it's obvious, but it is alluding me for now. [/snip] The