set_list_separator
Description:
public void set_list_separator (
char separator)
Sets the character which is used to separate values in lists.
Typically ';' or ',' are used as separators. The default list separator is ';'.
Parameters:
this |
a KeyFile
|
separator |
the separator
|