rv = SHOWDIR(dirname,'ALL'|'FILE'|'DIR',separator)
Creates a string that contains the file names of all files in the directory given as first argument, and that match the type given as second argument. File entries are separated by the string given as third argument.
The type FILE also includes hard links to files, the type DIR also includes hard links to directories, but soft links are only included if the type is 'ALL'.