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: 

Function to list files from the serve 'RZL_READ_DIR_LOCAL'

Former Member
0 Kudos

Hi guys ,

im using this function to list the files of a path in the server , however i need to list some specifici type of files , for example : L*.XML , is ther any other function to do that , one more thing beside name i need tha data of creation of the file ,

thank you for your help.

1 ACCEPTED SOLUTION

MarcinPciak
Active Contributor
0 Kudos

Try this fm

EPS_GET_DIRECTORY_LISTING

Once you have file get its attributes with

EPS_GET_FILE_ATTRIBUTES

Regards

Marcin

1 REPLY 1

MarcinPciak
Active Contributor
0 Kudos

Try this fm

EPS_GET_DIRECTORY_LISTING

Once you have file get its attributes with

EPS_GET_FILE_ATTRIBUTES

Regards

Marcin