class Build::Files::Path

def /(path)

Define a new root with a sub-path:
def /(path)
	self.class.new(File.join(self, path), self)
end