DYNAMIC FILENAMES
Posted: Fri Aug 21, 2009 2:42 pm
I have a fll that adds a file header from another file. Sweet.
I now have a situation where I have the file being loaded is "A<<NAME_X>>.txt" and I want to load "H<<NAME_X>>.txt" from the same folder.
So the folder contains:
AFred.txt
ABarney.txt
HFred.txt
HBarney.txt
And I want AFred.txt to load HFred.txt as a header and the same for ABarney.txt loading HBarney.txt but i dont want to create 2 filters! I want one filter to recognise which file is being used and then apply the correct header. One filter! Please tell me its possible........
I now have a situation where I have the file being loaded is "A<<NAME_X>>.txt" and I want to load "H<<NAME_X>>.txt" from the same folder.
So the folder contains:
AFred.txt
ABarney.txt
HFred.txt
HBarney.txt
And I want AFred.txt to load HFred.txt as a header and the same for ABarney.txt loading HBarney.txt but i dont want to create 2 filters! I want one filter to recognise which file is being used and then apply the correct header. One filter! Please tell me its possible........