V
Vsn
Hello all,
Hope this is the right group and someone can help me further. I have a
mainly VBA question but it is (should be...) a part of my access DB utility.
I would like to create a Sub to rename a file in a windows directory. I know
that in a directory there in a file which has a part '_SB' on in the name, I
would like to rename this file to lets say Test_SB.PDF. Before the rename
action, I will check if the file expected it there (FileExists). I cant
figure out using fso how to get the full name of the file containing the
'_SB' (maybe like FirstTest_SB.ASC) and then rename it to Test_SB.PDF or so.
Ideally the sub should be something like RenameFile( Path,
KnownFileNameConstant, NewFileName) because I will have to loop thru many
directories to rename files from which the locations are stored in my DB
tables and the file name constant will be several different once.
Any help or direction to a web side would be great. I have looked but can't
find the right method and the Microsoft Access / VBA sites.
Thx,
Ludovic
Hope this is the right group and someone can help me further. I have a
mainly VBA question but it is (should be...) a part of my access DB utility.
I would like to create a Sub to rename a file in a windows directory. I know
that in a directory there in a file which has a part '_SB' on in the name, I
would like to rename this file to lets say Test_SB.PDF. Before the rename
action, I will check if the file expected it there (FileExists). I cant
figure out using fso how to get the full name of the file containing the
'_SB' (maybe like FirstTest_SB.ASC) and then rename it to Test_SB.PDF or so.
Ideally the sub should be something like RenameFile( Path,
KnownFileNameConstant, NewFileName) because I will have to loop thru many
directories to rename files from which the locations are stored in my DB
tables and the file name constant will be several different once.
Any help or direction to a web side would be great. I have looked but can't
find the right method and the Microsoft Access / VBA sites.
Thx,
Ludovic