IniLikeEntryException if icon is not abolute path nor base name.
auto df = new DesktopFile(); assertNotThrown(df.iconName = "base"); version(Posix) { assertNotThrown(df.iconName = "/absolute/path"); } assertThrown(df.iconName = "not/absolute"); assertThrown(df.iconName = "./relative");
Set Icon value.