G
Guest
Im using some code that I picked up from a previous posting to retrieve a
file location but was wondering if there is someway to have the search
function start at a specific folder each time. The code I have now is:
strFilter = ahtAddFilterItem(strFilter, "All Files (*.jpg)","*.jpg")
I need to to go to a folder such as:
G:\DC_Public\Photos\
so that they dont have to spend alot of time building the path. I know there
is an InitalDir: function but Im not sure where to put it.
file location but was wondering if there is someway to have the search
function start at a specific folder each time. The code I have now is:
strFilter = ahtAddFilterItem(strFilter, "All Files (*.jpg)","*.jpg")
I need to to go to a folder such as:
G:\DC_Public\Photos\
so that they dont have to spend alot of time building the path. I know there
is an InitalDir: function but Im not sure where to put it.