Posted by Jean Pierre Daviau on 02/18/07 12:55
> while($dir = readdir($dossier))
> {
> if(is_dir($dir) && $dir != '.' && $dir != '..')
> | C:/PHP/commandLine/
> | +Part_1 |
> +node1
> ==============================
>
> constructorInput: C:/PHP/commandLine
> .
> ..
> etc
>
> constructorInput: C:/PHP/commandLine/Part_1
> .
> ..
> etc
> node1
> etc
>
> constructorInput: C:/PHP/commandLine/Part_2
> .
> ..
> etc
> node2
> etc
> ======================
> normal termination
> ===========
>
>
> constructorInput: C:/PHP/commandLine/Part_1/node1
> &
> constructorInput: C:/PHP/commandLine/Part_1/node2
>
> are not printed
Why it does not open the +node1 dir but open the Part_1 dir ?
Navigation:
[Reply to this message]
|