Copy files based on a list stored in .txt file
问题 I have a source folder Destination folder List of files I want to be copied from source folder to destination folder, which has been saved to a .txt file listtocopy.txt is as below - not sure if it's important but they are Anabat ZC files. S5281925.35# S5282317.26# S5290100.39# S5281859.28# S5281932.18# S5290420.20# I do not want all files to be copied. I'm new to R -this is what I have so far - but it's not working. I think it's not recognizing the list as a 'list' of file names. # Copy