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.

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

Throws

FileException on error accessing the file.

Meta