class Build::Files::Path

def stat

def stat
	File.stat(self.to_s)
end