Re: [PHP] RE: **[SPAM]** [PHP] file creation date

2004-09-21 Thread Marek Kilimajer
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

[PHP] RE: **[SPAM]** [PHP] file creation date

2004-09-21 Thread Jay Blanchard
[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. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] file creation date

2004-09-21 Thread Joerg P
hello, 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? thanks Joerg -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] File creation date.

2003-11-06 Thread CPT John W. Holmes
From: "Carles Xavier Munyoz Baldó" <[EMAIL PROTECTED]> > I want to write a PHP function for delete the files in a directory older than > 1800 seconds. > Is there any function for it ? Read this thread, too: http://www.phparch.com/mailinglists/msg.php?a=701737&s=Mike+Migurski+find&sp=1 If you can

Re: [PHP] File creation date.

2003-11-06 Thread David T-G
Carles -- ...and then Carles Xavier Munyoz Baldó said... % % Hi, Hi! % I want to write a PHP function for delete the files in a directory older than % 1800 seconds. % Is there any function for it ? Not directly. I wouldn't build this into a web script, either (though if you're simply planni

Re: [PHP] File creation date.

2003-11-06 Thread CPT John W. Holmes
From: "Carles Xavier Munyoz Baldó" <[EMAIL PROTECTED]> > I want to write a PHP function for delete the files in a directory older than > 1800 seconds. > Is there any function for it ? Start here: http://us2.php.net/manual/en/ref.filesystem.php ---John Holmes... -- PHP General Mailing List (htt

[PHP] File creation date.

2003-11-06 Thread Carles Xavier Munyoz Baldó
Hi, I want to write a PHP function for delete the files in a directory older than 1800 seconds. Is there any function for it ? If not ... How may I obtain the creation date of a file in PHP ? Greetings. --- Carles Xavier Munyoz Baldó [EMAIL PROTECTED] http://www.unlimitedmail.net/ --- -- PHP Ge

Re: [PHP] file creation date

2002-11-29 Thread Maxim Maletsky
How would you know about a file on someone's system before it was implicitly sent you by user? Take a look at JavaScript, but I doubt there will be a "sure" solution for it. Nothing is "sure" with JavaScript except for it's cross-browser incompatibility :) -- Maxim Maletsky [EMAIL PROTECTED] R

RE: [PHP] file creation date

2002-11-28 Thread John W. Holmes
> Is it possible to get the creation date of a file that is going to be > uploaded? I saw a function that returns the file creation date once on > the server, but is it possible to get that information from a file that > is not yet on the server? Not with PHP. ---John Holmes... -- PHP General

[PHP] file creation date

2002-11-28 Thread Research and Development
Is it possible to get the creation date of a file that is going to be uploaded? I saw a function that returns the file creation date once on the server, but is it possible to get that information from a file that is not yet on the server? Thanks in advance. -- PHP General Mailing List (http:/