home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_progs / fileutil / filemind.lha / coptree.hlp < prev    next >
Encoding:
Text File  |  1992-02-21  |  1.7 KB  |  31 lines

  1.                   Copy All Files and Directorys in a Tree
  2.  
  3.    This function makes a complete copy of a tree or sub tree in another
  4. spot. The directory at the tree cursor is the root of the tree to be
  5. copied. The destination directory will be chosen with the directory
  6. selection window. All subdirectorys at the destination will be created
  7. as necessary. If the destination tree already exists, you can also
  8. replace or update the files that are already there. There are 3 gadgets
  9. that control replacement. If you activate the REPL gadget any like named
  10. files in like named sub directorys will be overwritten unless their
  11. protection bits don't allow it. If they are protected, you will be prompted
  12. for permission to overwrite. If you select the UPDATE gadget, like named
  13. files will be overwritten only if the modification date/time is later on
  14. the source file than the destination file. UPDATE implys REPLACE. You
  15. may also force the override of any protection bits by selecting the OVER
  16. gadget. OVER also implys REPLACE. OVER and UPDATE may be used together.
  17. Files that are overwritten using the OVER gadget will not have their
  18. protection bits changed, so they will still be protected after the copy
  19. if they were before.
  20.  
  21.    When you have set the above three gadgets as desired click the OK gadget
  22. and you will then be asked to select the destination directory. If you
  23. decide not to copy, click the CANCEL gadget to abort the operation.
  24.  
  25.    Note: If you are copying a tree to a like named tree on another drive,
  26. the tree is copied into the directory you select. For example, to copy
  27. the tree DH0:Test to DH1:Test choose DH1: as the destination directory,
  28. not DH1:Test. If you choose DH1:Test as the destination, you will get
  29. tree DH1:Test/Test created.
  30.  
  31.