'Creating XML into a specific folder

Im trying to create a XML from data set and put the file into a specific folder in my solution. However im not sure about how you put it in a folder, Right now it just put the file in the solution.

ds.WriteXml("myTeam.xml");


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source