Search results

  1. Q

    Need Help - code needs to display a message if file is not in directory

    DEFINE VARIABLE ch-File-Info AS CHARACTER EXTENT 3 NO-UNDO. See code below. The below code will look in my directory and disp message 'file received' if there is a *.diff* file in my directory, however when I do not have a .diff file in my directory the code displays nothing. I need it to...
Top