J
JohnE
This is probably an easy item but oddly enough I am not grasping it. I need
to look for files with extensions ending in .Description. What is in front
of the .Description can be almost anything (ex; ~(readme.txt).Description).
The .Description is used for certain parts. What I need to do in the line
below is to limit only to the .Description. Only the line is question is
shown here. All else works.
If fnd = "~info.txt" Or fnd = ".Description" Then
How do I limit it to only the .Description?
Thanks
.... John
to look for files with extensions ending in .Description. What is in front
of the .Description can be almost anything (ex; ~(readme.txt).Description).
The .Description is used for certain parts. What I need to do in the line
below is to limit only to the .Description. Only the line is question is
shown here. All else works.
If fnd = "~info.txt" Or fnd = ".Description" Then
How do I limit it to only the .Description?
Thanks
.... John