Can anyone help
in a directory I have a list of files.
import directory
abc.txt
def.txt
ghf.txt
transfer directory contains.
abc1.txt
abc2.txt
def1.txt
def2.txt etc..
Whats the best way to check that the import directory doesn't already have this file. If it does I want to save it into the next transfer area.
Any ideas on how I might achieve this, that would be a great help.
Thanks in advance.
in a directory I have a list of files.
import directory
abc.txt
def.txt
ghf.txt
transfer directory contains.
abc1.txt
abc2.txt
def1.txt
def2.txt etc..
Whats the best way to check that the import directory doesn't already have this file. If it does I want to save it into the next transfer area.
Any ideas on how I might achieve this, that would be a great help.
Thanks in advance.