This is a way to see if any XML-files exists in that folder, yes.
To check for specific files use File.Exists(path), which will return a boolean indicating wheter the file at path exists.
This is a way to see if any XML-files exists in that folder, yes.
To check for specific files use File.Exists(path), which will return a boolean indicating wheter the file at path exists.