christheprogrammer
Programmer
Hi, I hava a standalone class (it is not a codebehind class) that I wish to use MapPath in. The reason is that I have user directories stored in an XML file along with passwords, etc. and I want to be able to access them from whatever location the pages will actually reside.. I want to do this:
Directory.CreateDirectory(MapPath("." & "\Users\bob\"
Anyone know? Chris says: "It's time for a beer."
Directory.CreateDirectory(MapPath("." & "\Users\bob\"
Anyone know? Chris says: "It's time for a beer."