# File lib/fakefs/file.rb, line 159
    def self.readlink(path)
      symlink = FileSystem.find(path)
      symlink.target
    end