行 18: // retrieve the path of the file to download, and create 行 19: // a FileInfo object to read its properties 行 20: string path = Server.MapPath(Request.Params["File"]); 行 21: System.IO.FileInfo file = new System.IO.FileInfo(path); 行 22: