class Build::Files::Path

def self.join(root, relative_path)

def self.join(root, relative_path)
	self.new(File.join(root, relative_path), root)
end