string filePath = Server.MapPath(file);                if (System.IO.File.Exists(filePath))
                {                    System.IO.File.Delete(filePath);                    Response.Write("1");                }
如果是英文文件名可以删除,,,但,如果文件名是中文就无法删除了,,,,,,
我要中文和英文只要名称没选错的,都能删掉,,怎么写啊?