|
-
Mar 10th, 2005, 03:40 PM
#1
Thread Starter
Addicted Member
Can't seem to open XML file
xmlFileName = "c:\ghana.xml"
Dim FsXML As New FileStream(xmlFileName, FileMode.Open)
I have tried giving it all sorts of paths for file names, but It just can't find the file\ directory
stuff I've tried
xmlFileName = "ghana.xml"
xmlFileName = "\ghana.xml"
xmlFileName = "\..\ghana.xml"
I've tried putting the XML file in the solution folder, in the root C Folder and all...but I guess Im missing out on something.
thanks
Udit
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|