I have a program that stores the paths to files, sometimes these files change names when they are updated. And then my program can't find the file any more. The name is always changed in the same manner. Like if it was 12345.pdf and it's updated it is changed to something like 12345_rev2.pdf.
Can I in some way make so my program it looking for 12345*.pdf in the same folder as the old file was in if it does not find the old one.
Working with Visual basic in Visual studio 2005.
thx
Can I in some way make so my program it looking for 12345*.pdf in the same folder as the old file was in if it does not find the old one.
Working with Visual basic in Visual studio 2005.
thx
Comment