I've got to make modifications to nearly 13,000 htm and html files on a web server. I've written all the parts for actually modifying the files but now I'd like to make it so it will read one directory structure and write a new, parrallel directory structure with all the modifications. So my question is, what's the best way to recursively read through directories creating a new mirror of the directories plus any non-html files (as determined by file extension). I'm sure there are modules to do this, can anyone recommend a good one or am I best using opendir(), readdir() commands?

~Mike

--------------------------------------------------------------
Mike Garner
Western State College
Email: [EMAIL PROTECTED]
Voice: 970-943-3123
Fax: 970-943-7069


-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to