That depends on lots of things, none of which have anything to do with
Outlook.
If this is VBA code you could use Windows scripting and the
FileSystemObject's GetDrive() method and once you have that Drive object you
could use its Path property. There are many other ways to do that including
using Win32 API calls. Again though, this has nothing at all to do with
Outlook.
"HenrikH" <fam.hougaard@gmail.com> wrote in message
news:309a1f42-ffe5-43e3-af33-3898e2186859@k33g2000yqa.googlegroups.com...
> Thanks Ken
>
> But I'm not sure how to get the member of the array I want.
>
> How do I get the string / read the path ?