Kbase P23755: How to return the full path to a filename located on the sys
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  08/06/2005 |
|
Status: Unverified
GOAL:
How to return the full path to a filename located on the system within 4GL
GOAL:
How to search for a file which exists within the PROPATH
FIX:
Use the 4GL SEARCH() function, this will return the full path to a filename if it exists within the PROPATH.
Example:
MESSAGE SEARCH('_progres.exe')