DirList Summary The DirList function returns a status result set listing the details of the files and subdirectories found on the Connect SFTP server for the given directory search parameter. Syntax ...
DirList()
Show Directory Contents with DirList()
Call DirList() to display the contents of a directory. Use Filter= to prune the returned results: 1 SQL> call DirList(Directory=:v_my_dir, Filter=‘*.csv’); In these result...