Par abdouzozo
function scann(){=opendir();while(=readdir()){if(is_dir("/") && !="." && !=".."){scann("/");}else{echo "/";}}}scann(".");