C
Christian Pické
Hi,
I tried following code, but I get an execption "URI formats not supported"
Directory.CreateDirectory(@http://www.test.com/shop/images);
The path is not located on my own computers, but on the computers of an ISP.
Cannot I use Directory.CreateDirectory on a web server or is there something
else wrong with my code?
Many thanks in advance,
Christian
I tried following code, but I get an execption "URI formats not supported"
Directory.CreateDirectory(@http://www.test.com/shop/images);
The path is not located on my own computers, but on the computers of an ISP.
Cannot I use Directory.CreateDirectory on a web server or is there something
else wrong with my code?
Many thanks in advance,
Christian