KeyFile.setUint64
void setUint64(string groupName, string key, ulong value)Associates a new integer value with key under group_name. If key cannot be found then it is created.
Parameters
groupName | a group name |
key | a key |
value | an integer value |
void setUint64(string groupName, string key, ulong value)Associates a new integer value with key under group_name. If key cannot be found then it is created.
groupName | a group name |
key | a key |
value | an integer value |