Activity for David Bonamy

  • David Bonamy David Bonamy posted a comment on discussion Help

    Hello, I have a problem on the functions Linux(redhat) Opendir and closedir in a program rexx regina, the result is : sh: _OPENDIR: command not found sh: _CLOSEDIR: command not found Example of the code : longdir=rxlongname(dir) exdir=opendir(longdir) if exdir=0 then erreur('directory <'dir'> inconnue', 200) else call closedir exdir Thank you for your help

1