* kwatch <kwatch / lycos.jp> [020225 14:20]: > Hi, > > If you know how to copy a directory recursively with ruby, > please teach me. > I can't find method like 'copy' or 'xcopy' in Dir class. > > Regards, > kwatch How about this one? (`recursive file copy routine` from rubycook) http://www.rubycookbook.org/showrecipe.rb?recipeID=36 Hope this helps. Regards, -- roktas