hi guys,
I have a project that requires me to locate and open a particular file using
VB.Net. However, i can't hardcode the file address(assuming that i only know the file name but do not know the location of this file or URL of this file), and i need to find where this file is located. Is this possible?
*The most i would declare the address of the folder, but inside this particular folder holds other folders, so how can i find out the files contain inside these "others folders"?
Snowydust