# File lib/chef/checksum/storage/filesystem.rb, line 48
        def purge
          FileUtils.rm(file_location)
        rescue Errno::ENOENT
          true
        end