Hi,
I receive a file that contains the following:
\direcotry1\directory2\directory3\file1
\direcotry1\file2
\direcotry1\directory2\directory3\directory4\file3
\direcotry1\file4
\direcotry1\directory2\file5
file6
The amount of files in the file and the amount of directories are variable.
What I need is the filename (file1, file2, file3, file4, file5, ...). This is because I need to perform some actions for each file.
Thanks a lot in advance for your help.