Forum OpenACS Q&A: mv and find in Tcl

Collapse
14: mv and find in Tcl (response to 12)
Posted by Andrew Piskorski on
Any code exec'ing "mv" should be easily replaced with Tcl's file rename command. Replacing "find" seems a bit harder, but in fact there's an implementation of find in Tcl on the Tcl'ers wiki, and it's also in Tcllib as ::fileutil::find.