Hi:

I am writing a Windows Services using VB.net to access files on a Novell drive. How do I connect to the Novell drive from Windows services?

I am using WinXP(Pro), Novell Client for Windows ver 4.83 SP 1.

Thank you in advance!

Dave

Re: Access Novell Drive from Windows Service by Marc

Marc
Fri Jan 23 01:11:35 CST 2004

>I am writing a Windows Services using VB.net to access files on a Novell drive. How do I connect to the Novell drive from Windows services?
>I am using WinXP(Pro), Novell Client for Windows ver 4.83 SP 1.

Most likely, you'll need to either access it through a UNC path
(something like \\MyNovellServer1\Volume\Dir1\Dir2\...), or then map a
Windows drive to a Novell volume / directory and access it that way.

Marc