How do I simply check a directory to make sure there is a xml file there?? I don't need to load it > psuedo code

Code:
try
{
    string location = @"\My Documents\My Games\Something\Something";
    check for (".xml");
}
catch
{
    exception
}