Howard Miller
Beiträge von Howard Miller
No.
The file area is a tree-structured hash and there's no way to extract just a part of it.
The file area is a tree-structured hash and there's no way to extract just a part of it.
Well, it's easy to confirm that it's not Moodle...
<?php
$result = is_dir('fred');
There should not be any need to do that.
Anyway, is_dir() is a PHP function, so the problem would appear to be with your PHP installation. Unusual one to be missing...
Anyway, is_dir() is a PHP function, so the problem would appear to be with your PHP installation. Unusual one to be missing...
Why did you change lib/setuplib.php? Clue - you definitely shouldn't.