home *** CD-ROM | disk | FTP | other *** search
- //
- // Module Name: DD_FCOPY.COD - currently (selector name): Menu_Act = 18
- // Selectors used : File_from, File_To
- // Description: DOC. include file for the File Copy option.
- // Syntax : COPY file <name> to <new file>
- //
- {if File_from and File_To then}
- Copy File {File_from} To {File_To}
- {endif}
- {endofpage();}
- // EOP DD_COPY.COD
-