Hello
I have a requirement where i have to loop through certain directory which will have multiple files. After looping through i have to make a list of file names exisitng in the directory and write them to a sequental file and each file should be delimited by ^%^
i.e If i have 3 files A, B,C in a directory called Files then i have to loop through the Files directory and write the file names to a .txt file with each file name is delimited by ^%^ as below
A^%^B^%^C
Regards
Dsdev_123