# File lib/freedb.rb, line 230
  def fetch_disk(directory, win_format = false)
    @handler = FetchDisk.new(directory, win_format)
    _fetch
  end