T
Trint Smith
If my local path for doing 'streamwrite' is
'd:\inetput\wwwroot\webproject1', when I upload it to the host server
and my webprojects root is 'e:\web\tribidzcom0\htdocs' how would I put
that in this so that it writes temp files to the servers drive?:
Dim sw As StreamWriter
sw = New StreamWriter("e:\web\tribidzcom0\htdocs\temp", True).
Any help is appreciated.
Thanks,
Trint
..Net programmer
(e-mail address removed)
'd:\inetput\wwwroot\webproject1', when I upload it to the host server
and my webprojects root is 'e:\web\tribidzcom0\htdocs' how would I put
that in this so that it writes temp files to the servers drive?:
Dim sw As StreamWriter
sw = New StreamWriter("e:\web\tribidzcom0\htdocs\temp", True).
Any help is appreciated.
Thanks,
Trint
..Net programmer
(e-mail address removed)