/* * 用户:从前的我 * 日期:2015/8/26 */ using System; using System.IO; namespace GetXf { class Program { public static void GetXfDownloadRecords() { //Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData)获取“AppData\Roaming\”的路径 string xfPath =…