IconThemeCache.isOutdated

Test if icon theme file is outdated, i.e. modification time of cache file is older than modification time of icon theme directory.

This function is static and therefore can be used before actual reading and validating cache file.

  1. bool isOutdated()
  2. bool isOutdated(string fileName)
    class IconThemeCache
    static @trusted
    bool
    isOutdated
    (
    string fileName
    )

Throws

FileException on error accessing the file.

Meta