mimeAppsListFiles - multiple declarations
Function mimeAppsListFiles
Create MimeAppsListFile
objects for paths.
Returns
Array of MimeAppsListFile
objects read from paths. If some could not be read it's not included in the results.
Example
assert(mimeAppsListFiles(["test/applications/mimeapps.list"]) .length == 1);
Function mimeAppsListFiles
ditto, but automatically read MimeAppsListFile
objects from determined system paths.
This function is Freedesktop only.