Hello, I'm trying to get a recursive listing of files in a directory. I now have a file with listing in the following format: c:\dir1\dir2\dir3\file.txt. I need to remove everything before the file name to end up with a file contains only file names. Any suggestion
Thanks