directory changing
XML / XSL
1
Posts
1
Posters
0
Views
1
Watching
-
I started using SaveFileDialog in my application. But the problem is that once I save anything to a directory different than the one that the application is stored in, an error appears because the application can't get files in this way: XmlTextReader reader = new XmlTextReader("loc.xml"); schemaColl.Add(null, "XMLSchema.xsd"); I can't store the absut path in my application (like that: schemaColl.Add(null, "d:\MyApp\\\XMLSchema.xsd"); Is there any simple method how to solve this problem? Many thanks for help in advance. misiek ------------------------------------------------------------- My problem has been solved. The solutions is here