Reading text files from a Path - JDE
Hi ,
I need help with a requirement where, i need to read or identify a file name from a Path given,
For example : C:\Users\New\Documents\Project ( I have a path like this ) where file test1.txt is placed .Now i need to identify or get the name of the file from path .We have a business function in JDE which actually performs this task (B9600471- FindFirstFileMatchingWildcard) but this a client only function and I cannot use it on server.
Is there any function which could do similar work on server ? If yes please let me know