Hi I wonder if you guys could help please.
I\'m writing a application that is going to live on multiple servers and therefore multiple IP\'s and instead of using the
Use Path.GetFullPath to get the absolute path from your relative path.
So, your code becomes:
string[] filePaths = Directory.GetFiles(Path.GetFullPath(@"..\BlogEngine\"), "*.xml");