file path name
Please support our C# advertiser: DiscountASP.NET – 3 Months Free on C# Web Hosting
Thread Solved
![]() |
•
•
Posts: 27
Reputation:
Solved Threads: 0
this is asp using c#
it just the piece of the code
the code save the file to the server
Q = How can i save the file to the C drive? eg like c:\\testfolder\tracking result.csv
string filename = "tracking result.csv";
string sExportFile = Server.MapPath(filename);it just the piece of the code
the code save the file to the server
Q = How can i save the file to the C drive? eg like c:\\testfolder\tracking result.csv
Create a file with your path on the C-drive. Write to it. Close the file. Done. Look at the File class for details.
"If you judge people, you have no time to love them." Mother Teresa
Make love, no war. Cave ab homine unius libri.
First rule of debugging: "If you get a different error message, you're making progress."
Danny
Make love, no war. Cave ab homine unius libri.
First rule of debugging: "If you get a different error message, you're making progress."
Danny
But test of you've write access on the "C:\", check it.. I recommend such question to be in ASP.NET forum!! what do you see?
BI Developer | LINKdotNET
B.Sc Computer Science, Helwan University
Technical blog | http://ramymahrous.wordpress.com
LinkedIn | http://www.linkedin.com/in/ramymahrous
B.Sc Computer Science, Helwan University
Technical blog | http://ramymahrous.wordpress.com
LinkedIn | http://www.linkedin.com/in/ramymahrous
![]() |
Similar Threads
Other Threads in the C# Forum
- complete File path in fileupload is not showing in mozilla...plzz help (ASP.NET)
- can i get the full file path from specified file name (.exe) (C++)
- Selecting file path from server in form (PHP)
- Extract the file name from the full file path. (C++)
- Unable to open Web Project '...'. The file path '...' does not correspond to the URL (ASP.NET)
- Unable to open Web Project '...'. The file path '...' does not correspond to the URL (Community Introductions)
Other Threads in the C# Forum
- Previous Thread: database problem
- Next Thread: Getting File Extension
•
•
•
•
Views: 1162 | Replies: 5 | Currently Viewing: 1 (0 members and 1 guests)






Linear Mode