Ejemplo n.º 1
0
 private void EnsureTempDirectoriesExist()
 {
     IOHelpers.EnsureDirectoryExists(this.TempAssemblyDirectory);
     IOHelpers.EnsureDirectoryExists(this.TempSourceFileDirectory);
 }