DirectoryInfo dInfo = new DirectoryInfo("folder path");FileInfo[] fInfo = dInfo.GetFiles("*.xml");foreach (FileInfo f in fInfo){...}
Post a Comment
No comments:
Post a Comment