Kbase P7337: How to rename a file using 4GL?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  12/2/2008 |
|
Status: Verified
GOAL:
How to rename a file using 4GL?
GOAL:
How to rename a file using ABL?
GOAL:
How to rename a file from the 4GL?
GOAL:
How to rename a file from the ABL?
FACT(s) (Environment):
All Supported Operating Systems
Progress/OpenEdge Product Family
FIX:
You can use the following statements to rename files from the 4GL :
OS-RENAME sourceFileName | VALUE (expression) targetFileName | VALUE (expression) .
OR,
OS-COMMAND SILENT VALUE("REN <sourcefileName> <targetfileName>").