| … | |
… | |
| 460 | my $l2hDir = getCoursel2hDirectory(); |
460 | my $l2hDir = getCoursel2hDirectory(); |
| 461 | my $tempDir = convertPath("${l2hDir}set${setName}/*-$psvn"); |
461 | my $tempDir = convertPath("${l2hDir}set${setName}/*-$psvn"); |
| 462 | system ("rm -rf $tempDir"); |
462 | system ("rm -rf $tempDir"); |
| 463 | # remove any dvipng images -- reuse the variable names |
463 | # remove any dvipng images -- reuse the variable names |
| 464 | $l2hDir = getCourseTempDirectory(); |
464 | $l2hDir = getCourseTempDirectory(); |
| 465 | $tempDir = convertPath("${l2hDir}png/${setName}/*-$psvn-prob*"); |
465 | $tempDir = convertPath("${l2hDir}png/${setName}/$psvn"); |
| 466 | system ("rm -rf $tempDir"); |
466 | system ("rm -rf $tempDir"); |
| 467 | } |
467 | } |
| 468 | } |
468 | } |
| 469 | |
469 | |
| 470 | ## Next remove all the classlist data |
470 | ## Next remove all the classlist data |