Index: openacs-4/packages/scorm-importer/tcl/import-utils-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/scorm-importer/tcl/import-utils-procs.tcl,v diff -u -N -r1.4 -r1.5 --- openacs-4/packages/scorm-importer/tcl/import-utils-procs.tcl 15 Nov 2019 09:00:13 -0000 1.4 +++ openacs-4/packages/scorm-importer/tcl/import-utils-procs.tcl 20 Apr 2023 14:58:00 -0000 1.5 @@ -85,7 +85,7 @@ } if {$errp} { - exec rm -fr $tmp_dir + ::file delete -force -- $tmp_dir ns_log Notice "util::archive::expand_file: extract type $type failed $errMsg" return -code error "util::archive::expand_file: extract type $type failed $errMsg" }