* @param path the path to the file to be loaded
* @return the newly created {@code CombinedConfigurationBuilder}
*/
public CombinedConfigurationBuilder combinedBuilder(String path)
{
return new CombinedConfigurationBuilder().configure(fileParams(path));
}