I have a binary reader to read a file
BinaryWriter bw2 = new BinaryWriter(File.Open(@"c:\test\test6.xml", FileMode.OpenOrCreate));
the path i have set to is c:\test\test.xml
However it needs to read the file from www folder hosted site
so www\test\test.xml
should it be ~\test\test.xml?
Not sure.
Thanks for your help
Probably you need this function: http://msdn.microsoft.com/en-us/library/ms524632(v=vs.90).aspx