Hi
I have large number of files in multiple directories Like there is a root dir Test and sub dir as test1, test2 and so on
All the sub dir have file named as "A" I want to sort all the files from all the sub dir and put them together and then send as email
Regards
Kritika
Loading
Iftikar HussainPosted Aug 18, 2013, 3:25 AM
You can all files of sub folder like this
Regards,
Iftikar
Iftikar HussainPosted Aug 18, 2013, 3:31 AM
Regards,
Iftikar
kritika RanaPosted Aug 18, 2013, 3:28 AM
Why you put some lines as comment . Are they not required??
Kritika
kritika RanaPosted Aug 18, 2013, 3:20 AM
Joxin StanlyPosted Aug 18, 2013, 2:56 AM
need more clarity in your question..
you have mentioned that multiple sub folders contains file with same name..
but i don't think you can copy all of them together into a single folder because only a unique file name(with same extension) can exist in a folder.. either it will be overwritten or it will throw error..