class Build::Files::Directory

def to_path

@returns [Path] The root path.
Convert the directory to a path object.
def to_path
	@root
end