Functions, procedures
function get_file_list
function get_file_list( p_directory_name in varchar2, p_file_pattern in varchar2:=null, p_max_files in number:=null ) return t_file_list
get list of files in directory
Types
varray t_file_list
type t_file_list is varray of varchar2(4000) index by binary_integer