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
[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
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
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
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
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
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
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
> 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
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:/
10 matches
Mail list logo