If I create a save a text file, how do I get my application to save it into the end users directory?
Ive current got this which saves into my user area.
file = My.Computer.FileSystem.OpenTextFileWriter("C:\Users\#####\Fruit\Fruit.txt", False)
Thanks