# File lib/specinfra/command/windows/base/file.rb, line 38
    def check_is_system(file)
      cmd = item_has_attribute file, 'System'
      Backend::PowerShell::Command.new do
        exec cmd
      end
    end