Consultor Eletrônico



Kbase P81895: How to copy a file using the Progress 4GL OS-COPY statement
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   17/05/2010
Status: Verified

GOAL:

How to copy a file using the Progress 4GL OS-COPY statement

GOAL:

How to copy a file using the Progress ABL OS-COPY statement

GOAL:

How to copy a file using Progress 4GL

FACT(s) (Environment):

Progress/OpenEdge Product Family
All Supported Operating Systems

FIX:

DEF VAR vsource AS CHAR INITIAL "e:\pro91d\lib\dhserver.lib".
DEF VAR vdestination AS CHAR INITIAL "dhserver.lib".

OS-COPY VALUE(vsource) VALUE(vdestination).