Hi so i am looking for a way to automate copying file from a network folder to a local folder, using say a table that logs the last file date copied?
was thinking
FileCopy "some_network_drive\*.txt", "C:\importing\"
but this wouldn't copy the last few days but all in folder so guessing i would need to create some table to store the last file imported and its created date?
was thinking
FileCopy "some_network_drive\*.txt", "C:\importing\"
but this wouldn't copy the last few days but all in folder so guessing i would need to create some table to store the last file imported and its created date?