Exemple #1
0
 // generate the list of all code file paths in the root folder
 public void GetFilePathList()
 {
     FileAccess access = new FileAccess();
     FilePaths = access.GetFilePathList(RootPath);
 }