class Build::Files::Path

def exist?

Checks if the file exists in the local file system.
def exist?
	File.exist?(self.to_s)
end