Check a path??

  • Thread starter Thread starter Ant
  • Start date Start date
A

Ant

Hi All,

I have a piece of code that reconects my front end
depending on which back end is selected.

What I want is a way to check (in the code)that the chosen
path to the selected backend is valid or correct before
running the code.

Any help will be appreciated.

Thanks,
Ant
 
if len(dir(strUnambigiousFilename)) > 0 then
' File is there
else
' Sorry no file
endif

Ron W
 
Back
Top