Posted by Kirsten on 09/28/05 10:48
Hanjo Grüßner schrieb:
>
> But I want - before the transfer - to know wether the $source_file exists.
> More, I want to know and keep its original filetime.
Same answer as in de.comp.lang.php.misc :-)
TRy to open the file
$fp = fopen("path/filename","r")
I think it is not possible to keep the date, because the file is created
in the file system therfor it becomes the current date.
>
> I tried with file_exists. Don't work. So don't work fileatime etc. either.
This function works only lacal not on remote systems.
-Kirsten
Navigation:
[Reply to this message]
|