using System.IO;
string dest=Path.Combin("c:\image",Path.GetFileName(filename));File.Copy(filename,dest );
你往C盘复制文件可能需要管理员权限