Hi,
sounds also good for me.
br,
Thomas
Damien Seguy wrote:
> on 25/04/01 20:46, Hojtsy Gabor at [EMAIL PROTECTED] wrote:
>
> Hi,
>
> According to latest reviews, unlink() works on Windows machines too.
> Since doc may be true for older versions of PHP, here is a suggestion :
>
> Original : "
> <note>
> <simpara>
> This function may not work on Windows systems.
> </simpara>
> </note>
> "
>
> suggestion : "
> <note>
> <simpara>
> This function may not work on Windows systems, with version older
> than 4.0.2. With such a version, you may use this alternative :
> <literal>system("del name.ext");</literal>. (Don't forget to use
> backslash instead of slash with path).
> </simpara>
> </note>
> "
>
> Best regards,
> Damien Seguy