logo
Toggle navigation
Begin main navigation
About
Projects
Download
Documentation
Wiki
Forums
Log In
Go!
OpenACS – The Toolkit for Online Communities
:
Forums
:
OpenACS Q&A
:
OpenACS 5 Install on Win2k
: One Message
Begin main content
Forum OpenACS Q&A: mv and find in Tcl
Search:
Back to OpenACS Q&A
14
:
mv and find in Tcl
(response to
12
)
Posted by
Andrew Piskorski
on
10/31/04 04:47 PM
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
.
Back to OpenACS Q&A