class Build::Files::Path

def exist?

def exist?
	File.exist? self
end