B
Ben
Hi all,
I have a bunch of files in a directory and each are preceded by either a
two character or three character prefix code to the file name. I have a
table that contains these code, I obtained a record set of these codes
by running a select query.
Question:
I would like to step through the recordset and compare each record (ie,
the prefix code) and check to see if there in the directory, exists a
file with the same prefix code. How do I check the directory for the
existence of the file based on the prefix code in the recordset?
Thanks,
Ben
I have a bunch of files in a directory and each are preceded by either a
two character or three character prefix code to the file name. I have a
table that contains these code, I obtained a record set of these codes
by running a select query.
Question:
I would like to step through the recordset and compare each record (ie,
the prefix code) and check to see if there in the directory, exists a
file with the same prefix code. How do I check the directory for the
existence of the file based on the prefix code in the recordset?
Thanks,
Ben