Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Select files automatically

Former Member
0 Likes
410

Hi,

My program need files in input with a particulary extension.

I have a parameter 'Files input directory :'

And another parameter 'Extension files :'

Ex :

C:\Temp

*.txt

The aim is to retrieve all files name with the good extension to process them.

There is cl_gui_frontend_services=>file_open_dialog method with Multiselection but this method is manual but I want a automatically process.

Thanks.

1 ACCEPTED SOLUTION
Read only

ThomasZloch
Active Contributor
0 Likes
357

Try with method DIRECTORY_LIST_FILES of the same class.

Thomas

1 REPLY 1
Read only

ThomasZloch
Active Contributor
0 Likes
358

Try with method DIRECTORY_LIST_FILES of the same class.

Thomas