I'm not sure I follow. You say you have the code, and then that you need it. There's a difference, I'm sure, between what you have and what you need, but they sound pretty similar.
Say you have the path in a variable called vPath, and you have the filename in a variable called vFile. You say you have the code that adds them together ("concatenates", I suppose you mean) and then pulls ("opens"?) the file. Now what you need, if I follow you, is code that "opens" the folder (but I'm not sure what that means) and then "looks for" the file. Since your program already has the file name, what exactly is it looking for?
|