10-14-2011, 03:39 PM
Well, it all depends on what you mean by open a directory.. If you mean in Windows Explorer, then here is the code:
Hopefully this is what you needed!
Code:
Process.start("Directory here")
'For example:
Process.start("C:\Program Files\")
Hopefully this is what you needed!