I'm processing files scanned into a drop folder. The drop filenames are in the form:
TYPE_JOBDESC_Filename.tif
TYPE_JOBDESC_Filename_Sm.jpg
Where TYPE, JOBDESC and Filename are variable length and the filename extensions are illustrative but will always be 3 chars.
I'd prefer to use the Like operator rather than distribute the vbscript dll
Before I parse the type, jobdesc and filename.ext | filename_sm.ext into database fields, I want to check the drop filename conforms to the expected pattern.
Paul Bent
Northwind IT Systems
TYPE_JOBDESC_Filename.tif
TYPE_JOBDESC_Filename_Sm.jpg
Where TYPE, JOBDESC and Filename are variable length and the filename extensions are illustrative but will always be 3 chars.
I'd prefer to use the Like operator rather than distribute the vbscript dll
Before I parse the type, jobdesc and filename.ext | filename_sm.ext into database fields, I want to check the drop filename conforms to the expected pattern.
Paul Bent
Northwind IT Systems