File presence check

While (((Test-Path $xmlConfigfile) -eq $false) -or ($NoXML)){
 [System.Windows.Forms.MessageBox]::Show("ERROR: $xmlConfigfile not found!")
 write-host De XML file kan niet gevonden worden -F Red
 If (!($psISE)){"Press any key to continue...";[void][System.Console]::ReadKey($true)}
 exit
 }