![]() | ![]() | ![]() | ![]() | ![]() |
_SysFileTree() |
This is a rexx function provided by PPWIZARD. This routine is named similar to an OS/2 specific call with a similar purpose, this PPWIZARD version works in all operating systems supported by PPWIZARD.
This function takes two parameters as follows:
In linux specify a directory name with a terminating slash to capture all files or subdirectories in that directory.
If successful a return code of 0 is returned. The contents of the "array" may not be valid if an error occurred so always either check the return code or preset the ".0" element to 0 before making the call.
The full (absolute) name of files is always returned, however the names of directories may be absolute or relative depending on what you passed as the first parameter to this routine.
![]() | ![]() | ![]() | ![]() | ![]() |