I'm not sure what your question is but here we go
//The way to create an array list... at least the way I'd recommendvar FileList = new List<string>();//To add to that listFileList.Add("filename1");FileList.Add("filename2");
No comments:
Post a Comment