_logList
Return the list of all log files.
Prototype :
fun [] [S r1]
Return : [S r1] this list. It returns nil if error.
Error :
- EOK if success.
- EIO if an I/O file error occurs.
- EACCES if unable to access in the log directory.
- EPERM if the current VM is unauthorized for this. Only the
primary VM (and its graphical user interface) can call this function.
- ESOTHER if Scol is unable to set the current directory.
- EPLATFORM if the current platform is not supported yet.
See also :
Example :
Note :
This function works only in the primary virtual machine. Otherwise, it returns always nil.