|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 10/3/2006 7:59:00 AM
Posts: 1,
Visits: 1
|
|
I'm trying to create my own file within the directory structure of my website, but I don't know how to do it at the re-invent hosted location?
For example, locally I use:
Filestream duh = File.Create("c:\\TimeTracker\\filename.txt"); duh.Write(data,0,data.Length); duh.Close();
This works fine locally. However...
I tried "\\shopschedule.com\\filename.txt" and "C:\\shopschedule.com\\filename.txt" at the re-invent.net hosted site but neither seem to work.
any suggestions?
|
|
|
|
|
Supreme Being
      
Group: Administrators
Last Login: 7/3/2008 9:19:52 AM
Posts: 152,
Visits: 325
|
|
|
|
|