$rootpath="c:";
if(empty($path)) { $rootdir="$rootpath"; } else { $rootdir="$path"; }
if($handle = opendir("$rootdir")) $i=0; {
if(is_array("$handle")) { echo"yes - $handle"; } else { echo"no - $handle"; }
while (false !== ($filename = readdir($handle))) {
$i++;
if(is_array("$handle")) {
echo"yes - $handle";
}
else {
echo"no - $handle";
}
.....
.....
}
}
Result: no - Resource id #1no - Resource id #1
I want to make a asort or arsort, etc...!
But it doesnt' work