accessing a resource (xml) outside of the project directory

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

i need to load xml from a resource that is ousdie of my prject directory
i this like :
http://www.skystonesoftware.com/tem...80&Entry=E6B04947-CE86-4C48-B8A8-D99BA936571F

in the part code :
Dim clsResourceStream As System.IO.Stream _
=
System.Reflection.Assembly.GetExecutingAssembly().GetManifestResourceStream("WindowsApplication1.temp.txt")
it load a page that is part of the project and under its directories!
how can i load a file ffrom a diffrent PATH>???
thnaks in advance
PEleg
 
Back
Top