# File lib/win32/file.rb, line 543
      def blksize(file)
         File::Stat.new(file).blksize
      end