G
G. Dean Blake
I'm writing a console app and want to read an XML file that will be in the
same directory as my .exe file. If I were in a web app I could do:
Dim xtr As New XmlTextReader(server.mappath("myfile.xml"))
but I don't know how to find the path in a console app.
thanks,
G
same directory as my .exe file. If I were in a web app I could do:
Dim xtr As New XmlTextReader(server.mappath("myfile.xml"))
but I don't know how to find the path in a console app.
thanks,
G