DesktopEntry.addField

This function adds new field to ini-like .desktop file.

class DesktopEntry
static
void
addField
(
string filepath
,
string field
,
string value
)

Parameters

filepath string

path to .desktop file

field string

field name

value string

value for new field

Meta