J
Jeremy Chapman
Given a url, how can I programatically save a file to the location at the
specified url?
System.IO.File.Create does not work because it doesn't accept URL's. Assume
that I have the correct security rights to do this?
specified url?
System.IO.File.Create does not work because it doesn't accept URL's. Assume
that I have the correct security rights to do this?