Application Development 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: 

Select files automatically

Former Member
0 Kudos

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

ThomasZloch
Active Contributor
0 Kudos

Try with method DIRECTORY_LIST_FILES of the same class.

Thomas

1 REPLY 1

ThomasZloch
Active Contributor
0 Kudos

Try with method DIRECTORY_LIST_FILES of the same class.

Thomas