class Build::Files::Path

def symlink?

def symlink?
	File.symlink?(self.to_s)
end