DesktopFile.type

Undocumented in source. Be warned that the author may not have intended to support it.
  1. Type type()
  2. Type type(Type t)
    class DesktopFile
    @safe
    type

Examples

auto desktopFile = new DesktopFile(iniLikeStringReader("[Desktop Entry]"), ".directory");
assert(desktopFile.type == DesktopFile.Type.Directory);

Meta