# File lib/ole/storage/file_system.rb, line 288
      def pwd
        if @pwd.empty?
          '/'
        else
          @pwd
        end
      end