fileDelegate

object fileDelegate extends ConfigDelegate[File]

Gets File from config.

Note:

This gets a String and uses it as a pathname to create a File.

trait ConfigDelegate[File]
class Object
trait Matchable
class Any

Value members

Concrete methods

def get(config: Config, path: String): File