mimeInfoCacheFiles

Create MimeInfoCacheFile objects for paths.

  1. MimeInfoCacheFile[] mimeInfoCacheFiles(const(string)[] paths)
    @trusted nothrow
    mimeInfoCacheFiles
    (
    const(string)[] paths
    )
  2. MimeInfoCacheFile[] mimeInfoCacheFiles()

Return Value

Array of MimeInfoCacheFile objects read from paths. If some could not be read it's not included in the results.

Meta