Kbase P9229: How to obtain the working directory via the 4GL?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  5/20/2008 |
|
Status: Verified
GOAL:
How to access the current Working Directory of the 4GL using 4GL?
GOAL:
How to get the current Working Directory using 4GL?
FACT(s) (Environment):
All Supported Operating Systems
Progress 8.x
Progress 9.x
OpenEdge 10.x
FIX:
The following code demonstrates how to access the current Working Directory of the Progress/OpenEdge 4GL/ABL session:
FILE-INFO:FILE-NAME = ".".
MESSAGE FILE-INFO:FULL-PATHNAME VIEW-AS ALERT-BOX.