/* Menu events - ~Error Log */
Arg window self

errorlog=mamedir||'error.log'

rc=stream(errorlog,'C','QUERY EXISTS')

if (rc > 0) 
/* & (rc <> 'error.log') */ then
  e rc
else
  response=VpMessageBox(window,'MAMERun - Error Log','Error Log does not exist.')

