this is asp using c#
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