DesktopEntry.setField

This function sets new value for existent field from .desktop file.

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

Parameters

filepath string

path to .desktop file

field string

field name

value string

new value of the field

Meta