class Build::Files::Path

def self.[] path

def self.[] path
	self === path ? path : self.new(path.to_s)
end