Hi All,
I wanted to build Trex functionality using webdynpro for ABAP on a local file system.For this i will have to access the file sytem from ABAp.The user specifies a string and in need to fetch the file name from the specified directory.
The fucntionality is similar to the list of files returned by the method directory_list_files in class cl_gui_front_end_services.I need to basically read the file names from the specified Path not uploading just the file names.I want cl_gui_frontend_services type class for webdynpro.
-Abhishek