pathSeparator

public char pathSeparator()

Gets the char that will be used to separate s

This value does not affect how the Configuration is stored, only in how you access the data. The default value is '.'.

Return

Path separator


public ConfigurationOptions pathSeparator(char value)

Sets the char that will be used to separate s

This value does not affect how the Configuration is stored, only in how you access the data. The default value is '.'.

Return

This object, for chaining

Parameters

value

Path separator