def __repr__(self):
        return type(self).__name__ + '(%s, is_folder=%s)' % (self.local_abspath, self.is_folder)