| Syntax |
$io.list{directory} |
| Documentation | Returns a newline separated list of all files and subdirectories of the specified directory.
If the second parameter is true (1) the list is enhanced by the function recursing itself over all found subdirectories.
|
| Examples | |
| $io.list{public://} | |
| Group | Special |
| Minimum required transaction-mode: | READ=IO |
| Required scripting permission of the developer | PERMISSION_FL_BASIC |
| Minimum parameters | 1 |
| Maximum parameters | 2 |