Page 1 of 1

VB Express 2005:How to open dir

Posted: Tue Aug 09, 2005 7:01 pm
by Patrickssj6
does anyone know what the command is to open a folder?I tried it to open a shortcut file with the

Code: Select all

Shell()
but i didn't worked.So plz help!

Posted: Fri Aug 12, 2005 10:52 am
by twolvesfan369
shell"(explorer DIR HERE") or shell "explorer DIR HERE" depending on what language ur using