ThRuST Well-Known Member Licensed User Longtime User Aug 8, 2013 #1 Can anyone provide a simple solution how to copy all files with the same extension in a folder to another for example only all .txt files. Thanks
Can anyone provide a simple solution how to copy all files with the same extension in a folder to another for example only all .txt files. Thanks
NJDude Expert Licensed User Longtime User Aug 8, 2013 #2 Take a look at ListFiles and string functions like Contains. You can write the code yourself, it is not difficult. Upvote 0
Take a look at ListFiles and string functions like Contains. You can write the code yourself, it is not difficult.